net.sf.csutils.core.query
Class StatementUtils

java.lang.Object
  extended by net.sf.csutils.core.query.StatementUtils

public class StatementUtils
extends java.lang.Object

Utility class for working with CSQL statements.


Method Summary
static void setParameter(CsqlStatement pStmt, int pIndex, java.lang.Object pValue)
           
static void setParameters(CsqlStatement pStmt, java.util.Collection<?> pParameters)
           
static void setParameters(CsqlStatement pStmt, java.lang.Object... pParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.