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

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

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

Methods in com.alachisoft.ncache.runtime.dependencies that return SqlParamDirection
static SqlParamDirection SqlParamDirection.getSqlParamDirection(int value)
           
 SqlParamDirection SqlCmdParams.getSqlParameterDirection()
          Gets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
static SqlParamDirection SqlParamDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SqlParamDirection[] SqlParamDirection.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 SqlParamDirection
 void SqlCmdParams.setSqlParameterDirection(SqlParamDirection direction)
          Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.