Uses of Class
com.dhtmlx.connector.OperationType

Packages that use OperationType
com.dhtmlx.connector   
 

Uses of OperationType in com.dhtmlx.connector
 

Methods in com.dhtmlx.connector that return OperationType
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dhtmlx.connector with parameters of type OperationType
 void AccessManager.allow(OperationType mode)
          Mark access mode as allowed
 void DBDataWrapper.attach(OperationType name, java.lang.String sql)
          Attach.
 boolean AccessManager.check(OperationType mode)
          Check if defined access mode is allowed
 void AccessManager.deny(OperationType mode)
          Mark access mode as denied
 java.lang.String DBDataWrapper.get_sql(OperationType name, java.util.HashMap<java.lang.String,java.lang.String> data)
           
 java.lang.String DataWrapper.get_sql(OperationType name, java.util.HashMap<java.lang.String,java.lang.String> data)
          Gets the sql string for named operation