|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.command.dml.SetTypes
public class SetTypes
The list of setting for a SET statement.
Field Summary | |
---|---|
static int |
ALLOW_LITERALS
The type of a SET ALLOW_LITERALS statement. |
static int |
CACHE_SIZE
The type of a SET CACHE_SIZE statement. |
static int |
CLUSTER
The type of a SET CLUSTER statement. |
static int |
COLLATION
The type of a SET COLLATION statement. |
static int |
COMPRESS_LOB
The type of a SET COMPRESS_LOB statement. |
static int |
CREATE_BUILD
The type of a SET CREATE_BUILD statement. |
static int |
DATABASE_EVENT_LISTENER
The type of a SET DATABASE_EVENT_LISTENER statement. |
static int |
DB_CLOSE_DELAY
The type of a SET DB_CLOSE_DELAY statement. |
static int |
DEFAULT_LOCK_TIMEOUT
The type of a SET DEFAULT_LOCK_TIMEOUT statement. |
static int |
DEFAULT_TABLE_TYPE
The type of a SET DEFAULT_TABLE_TYPE statement. |
static int |
EXCLUSIVE
The type of a SET EXCLUSIVE statement. |
static int |
IGNORECASE
The type of a SET IGNORECASE statement. |
static int |
LOCK_MODE
The type of a SET LOCK_MODE statement. |
static int |
LOCK_TIMEOUT
The type of a SET LOCK_TIMEOUT statement. |
static int |
LOG
The type of a SET LOG statement. |
static int |
MAX_LENGTH_INPLACE_LOB
The type of a SET MAX_LENGTH_INPLACE_LOB statement. |
static int |
MAX_LOG_SIZE
The type of a SET MAX_LOG_SIZE statement. |
static int |
MAX_MEMORY_ROWS
The type of a SET MAX_MEMORY_ROWS statement. |
static int |
MAX_MEMORY_UNDO
The type of a SET MAX_MEMORY_UNDO statement. |
static int |
MAX_OPERATION_MEMORY
The type of a SET MAX_OPERATION_MEMORY statement. |
static int |
MODE
The type of a SET MODE statement. |
static int |
MULTI_THREADED
The type of a SET MULTI_THREADED statement. |
static int |
MVCC
The type of a SET MVCC statement. |
static int |
OPTIMIZE_REUSE_RESULTS
The type of a SET OPTIMIZE_REUSE_RESULTS statement. |
static int |
QUERY_TIMEOUT
The type of a SET QUERY_TIMEOUT statement. |
static int |
READONLY
The type of a SET READONLY statement. |
static int |
REFERENTIAL_INTEGRITY
The type of a SET REFERENTIAL_INTEGRITY statement. |
static int |
SCHEMA
The type of a SET SCHEMA statement. |
static int |
SCHEMA_SEARCH_PATH
The type of a SET SCHEMA_SEARCH_PATH statement. |
static int |
THROTTLE
The type of a SET THROTTLE statement. |
static int |
TRACE_LEVEL_FILE
The type of a SET TRACE_LEVEL_FILE statement. |
static int |
TRACE_LEVEL_SYSTEM_OUT
The type of a SET TRACE_LEVEL_SYSTEM_OUT statement. |
static int |
TRACE_MAX_FILE_SIZE
The type of a SET TRACE_MAX_FILE_SIZE statement. |
static int |
UNDO_LOG
The type of a SET UNDO_LOG statement. |
static int |
VARIABLE
The type of a SET \@VARIABLE statement. |
static int |
WRITE_DELAY
The type of a SET WRITE_DELAY statement. |
Method Summary | |
---|---|
static int |
getType(java.lang.String name)
Get the set type number. |
static java.lang.String |
getTypeName(int type)
Get the set type name. |
static java.util.ArrayList<java.lang.String> |
getTypes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int IGNORECASE
public static final int MAX_LOG_SIZE
public static final int MODE
public static final int READONLY
public static final int LOCK_TIMEOUT
public static final int DEFAULT_LOCK_TIMEOUT
public static final int DEFAULT_TABLE_TYPE
public static final int CACHE_SIZE
public static final int TRACE_LEVEL_SYSTEM_OUT
public static final int TRACE_LEVEL_FILE
public static final int TRACE_MAX_FILE_SIZE
public static final int COLLATION
public static final int CLUSTER
public static final int WRITE_DELAY
public static final int DATABASE_EVENT_LISTENER
public static final int MAX_MEMORY_ROWS
public static final int LOCK_MODE
public static final int DB_CLOSE_DELAY
public static final int LOG
public static final int THROTTLE
public static final int MAX_MEMORY_UNDO
public static final int MAX_LENGTH_INPLACE_LOB
public static final int COMPRESS_LOB
public static final int ALLOW_LITERALS
public static final int MULTI_THREADED
public static final int SCHEMA
public static final int OPTIMIZE_REUSE_RESULTS
public static final int SCHEMA_SEARCH_PATH
public static final int UNDO_LOG
public static final int REFERENTIAL_INTEGRITY
public static final int MVCC
public static final int MAX_OPERATION_MEMORY
public static final int EXCLUSIVE
public static final int CREATE_BUILD
public static final int VARIABLE
public static final int QUERY_TIMEOUT
Method Detail |
---|
public static int getType(java.lang.String name)
name
- the set type name
public static java.util.ArrayList<java.lang.String> getTypes()
public static java.lang.String getTypeName(int type)
type
- the type number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |