org.neodatis.odb.core.server.layers.layer3.engine
Class Command
java.lang.Object
org.neodatis.odb.core.server.layers.layer3.engine.Command
- All Implemented Interfaces:
- java.io.Serializable
public class Command
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
GET
public static final int GET
- See Also:
- Constant Field Values
GET_OBJECT_FROM_ID
public static final int GET_OBJECT_FROM_ID
- See Also:
- Constant Field Values
STORE
public static final int STORE
- See Also:
- Constant Field Values
DELETE_OBJECT
public static final int DELETE_OBJECT
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
COMMIT
public static final int COMMIT
- See Also:
- Constant Field Values
ROLLBACK
public static final int ROLLBACK
- See Also:
- Constant Field Values
DELETE_BASE
public static final int DELETE_BASE
- See Also:
- Constant Field Values
GET_SESSIONS
public static final int GET_SESSIONS
- See Also:
- Constant Field Values
ADD_UNIQUE_INDEX
public static final int ADD_UNIQUE_INDEX
- See Also:
- Constant Field Values
ADD_CLASS_INFO_LIST
public static final int ADD_CLASS_INFO_LIST
- See Also:
- Constant Field Values
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
GET_OBJECT_VALUES
public static final int GET_OBJECT_VALUES
- See Also:
- Constant Field Values
GET_OBJECT_HEADER_FROM_ID
public static final int GET_OBJECT_HEADER_FROM_ID
- See Also:
- Constant Field Values
REBUILD_INDEX
public static final int REBUILD_INDEX
- See Also:
- Constant Field Values
DELETE_INDEX
public static final int DELETE_INDEX
- See Also:
- Constant Field Values
CHECK_META_MODEL_COMPATIBILITY
public static final int CHECK_META_MODEL_COMPATIBILITY
- See Also:
- Constant Field Values
commands
public static final int[] commands
Command
public Command()