|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OracleCommandType | |
---|---|
com.alachisoft.ncache.runtime.dependencies |
Uses of OracleCommandType in com.alachisoft.ncache.runtime.dependencies |
---|
Methods in com.alachisoft.ncache.runtime.dependencies that return OracleCommandType | |
---|---|
static OracleCommandType |
OracleCommandType.getOracleCommandType(int value)
|
static OracleCommandType |
OracleCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OracleCommandType[] |
OracleCommandType.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 OracleCommandType | |
---|---|
OracleCacheDependency(java.lang.String connectionString,
java.lang.String cmdText,
OracleCommandType cmdType,
java.util.HashMap<java.lang.String,OracleCmdParams> cmdParams)
Initializes a new instance of the OracleCacheDependency class, using the supplied connection string and query string. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |