Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.sql.ParameterValueSet

Uses of ParameterValueSet in org.apache.derby.iapi.sql
 

Methods in org.apache.derby.iapi.sql that return ParameterValueSet
 ParameterValueSet ParameterValueSet.getClone()
          Clone the ParameterValueSet and its contents.
 ParameterValueSet LanguageFactory.newParameterValueSet(org.apache.derby.iapi.services.loader.ClassInspector ci, int numParms, boolean hasReturnParam)
          Get a ParameterValueSet
 ParameterValueSet Activation.getParameterValueSet()
          Gets the ParameterValueSet for this execution of the statement.
 

Methods in org.apache.derby.iapi.sql with parameters of type ParameterValueSet
 void ParameterValueSet.transferDataValues(ParameterValueSet pvstarget)
          Set the parameter values of the pvstarget to equal those set in this PVS.
 void Activation.setParameters(ParameterValueSet parameterValues, org.apache.derby.iapi.types.DataTypeDescriptor[] parameterTypes)
          Sets the parameter values for this execution of the statement.