|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlCommandType | |
---|---|
com.alachisoft.ncache.runtime.dependencies |
Uses of SqlCommandType in com.alachisoft.ncache.runtime.dependencies |
---|
Methods in com.alachisoft.ncache.runtime.dependencies that return SqlCommandType | |
---|---|
static SqlCommandType |
SqlCommandType.getSqlCommandType(int value)
|
static SqlCommandType |
SqlCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SqlCommandType[] |
SqlCommandType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in com.alachisoft.ncache.runtime.dependencies with parameters of type SqlCommandType | |
---|---|
SqlCacheDependency(java.lang.String connectionString,
java.lang.String cmdText,
SqlCommandType cmdType,
java.util.HashMap<java.lang.String,SqlCmdParams> cmdParams)
Initializes a new instance of the SqlCacheDependency class, using the supplied connection string and query string. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |