Uses of Class
org.castor.jdo.conf.Param

Packages that use Param
org.castor.cpa.persistence.sql.connection   
org.castor.jdo.conf   
 

Uses of Param in org.castor.cpa.persistence.sql.connection
 

Methods in org.castor.cpa.persistence.sql.connection with parameters of type Param
static void DataSourceConnectionFactory.setParameters(DataSource dataSource, Param[] params)
          Set all the parameters of the given array at the given datasource by calling one of the set methods of the datasource.
 

Uses of Param in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that return Param
 Param[] TransactionManager.getParam()
          Method getParam.Returns the contents of the collection in an Array.
 Param[] Driver.getParam()
          Method getParam.Returns the contents of the collection in an Array.
 Param[] DataSource.getParam()
          Method getParam.Returns the contents of the collection in an Array.
 Param TransactionManager.getParam(int index)
          Method getParam.
 Param Driver.getParam(int index)
          Method getParam.
 Param DataSource.getParam(int index)
          Method getParam.
 Param TransactionManager.removeParamAt(int index)
          Method removeParamAt.
 Param Driver.removeParamAt(int index)
          Method removeParamAt.
 Param DataSource.removeParamAt(int index)
          Method removeParamAt.
static Param Param.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.castor.jdo.conf that return types with arguments of type Param
 Enumeration<? extends Param> TransactionManager.enumerateParam()
          Method enumerateParam.
 Enumeration<? extends Param> Driver.enumerateParam()
          Method enumerateParam.
 Enumeration<? extends Param> DataSource.enumerateParam()
          Method enumerateParam.
 Iterator<? extends Param> TransactionManager.iterateParam()
          Method iterateParam.
 Iterator<? extends Param> Driver.iterateParam()
          Method iterateParam.
 Iterator<? extends Param> DataSource.iterateParam()
          Method iterateParam.
 

Methods in org.castor.jdo.conf with parameters of type Param
 void TransactionManager.addParam(int index, Param vParam)
           
 void Driver.addParam(int index, Param vParam)
           
 void DataSource.addParam(int index, Param vParam)
           
 void TransactionManager.addParam(Param vParam)
           
 void Driver.addParam(Param vParam)
           
 void DataSource.addParam(Param vParam)
           
 boolean TransactionManager.removeParam(Param vParam)
          Method removeParam.
 boolean Driver.removeParam(Param vParam)
          Method removeParam.
 boolean DataSource.removeParam(Param vParam)
          Method removeParam.
 void TransactionManager.setParam(int index, Param vParam)
           
 void Driver.setParam(int index, Param vParam)
           
 void DataSource.setParam(int index, Param vParam)
           
 void TransactionManager.setParam(Param[] vParamArray)
           
 void Driver.setParam(Param[] vParamArray)
           
 void DataSource.setParam(Param[] vParamArray)
           
 



Copyright © 2010. All Rights Reserved.