net.sf.csutils.core.query
Class StatementUtils
java.lang.Object
net.sf.csutils.core.query.StatementUtils
public class StatementUtils
- extends java.lang.Object
Utility class for working with CSQL statements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setParameter
public static void setParameter(CsqlStatement pStmt,
int pIndex,
java.lang.Object pValue)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
setParameters
public static void setParameters(CsqlStatement pStmt,
java.lang.Object... pParameters)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
setParameters
public static void setParameters(CsqlStatement pStmt,
java.util.Collection<?> pParameters)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
Copyright © 2009-2010. All Rights Reserved.