Uses of Class
com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection

Packages that use OracleParameterDirection
com.alachisoft.ncache.runtime.dependencies   
 

Uses of OracleParameterDirection in com.alachisoft.ncache.runtime.dependencies
 

Methods in com.alachisoft.ncache.runtime.dependencies that return OracleParameterDirection
 OracleParameterDirection OracleCmdParams.getDirection()
          The direction of the passed parameters (in/out).
static OracleParameterDirection OracleParameterDirection.getOracleParameterDirection(int value)
           
static OracleParameterDirection OracleParameterDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleParameterDirection[] OracleParameterDirection.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.alachisoft.ncache.runtime.dependencies with parameters of type OracleParameterDirection
 void OracleCmdParams.setDirection(OracleParameterDirection direction)
          The direction of the passed parameters (in/out).