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

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

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

Methods in com.alachisoft.ncache.runtime.dependencies that return CmdParamsType
 CmdParamsType SqlCmdParams.getCmdParamsType()
          Gets the SqlDbType of the passed parameter.
static CmdParamsType CmdParamsType.getCmdParamsType(int value)
           
static CmdParamsType CmdParamsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CmdParamsType[] CmdParamsType.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 CmdParamsType
 void SqlCmdParams.setCmdParamsType(CmdParamsType type)
          Sets the SqlDbType of the passed parameter.