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

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

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

Methods in com.alachisoft.ncache.runtime.dependencies that return SqlCmpOptions
 SqlCmpOptions SqlCmdParams.getCompareInfo()
           
static SqlCmpOptions SqlCmpOptions.getSqlCmpOptions(int value)
           
static SqlCmpOptions SqlCmpOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SqlCmpOptions[] SqlCmpOptions.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 SqlCmpOptions
 void SqlCmdParams.setCompareInfo(SqlCmpOptions compareInfo)
          Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.