SetTypes

The list of setting for a SET statement.

Methods
static int getType(String name)
Get the set type number.
static int getType(String name)
Get the set type number.
Parameters:
name - the set type name
Returns:
the number
static String getTypeName(int type)
Get the set type name.
static String getTypeName(int type)
Get the set type name.
Parameters:
type - the type number
Returns:
the name
static ArrayList getTypes()
static ArrayList getTypes()

Fields
static int ALLOW_LITERALS = 24
static int BATCH_JOINS = 44
static int BINARY_COLLATION = 38
static int BUILTIN_ALIAS_OVERRIDE = 47
static int CACHE_SIZE = 8
static int CLUSTER = 13
static int COLLATION = 12
static int COLUMN_NAME_RULES = 48
static int COMPRESS_LOB = 23
static int CREATE_BUILD = 34
static int DATABASE_EVENT_LISTENER = 15
static int DB_CLOSE_DELAY = 18
static int DEFAULT_LOCK_TIMEOUT = 6
static int DEFAULT_TABLE_TYPE = 7
static int EXCLUSIVE = 33
static int FORCE_JOIN_ORDER = 45
static int IGNORECASE = 1
static int JAVA_OBJECT_SERIALIZER = 39
static int LAZY_QUERY_EXECUTION = 46
static int LOCK_MODE = 17
static int LOCK_TIMEOUT = 5
static int LOG = 19
static int MAX_LENGTH_INPLACE_LOB = 22
static int MAX_LOG_SIZE = 2
static int MAX_MEMORY_ROWS = 16
static int MAX_MEMORY_UNDO = 21
static int MAX_OPERATION_MEMORY = 32
static int MODE = 3
static int MULTI_THREADED = 25
static int MVCC = 31
static int OPTIMIZE_REUSE_RESULTS = 27
static int QUERY_STATISTICS = 41
static int QUERY_STATISTICS_MAX_ENTRIES = 42
static int QUERY_TIMEOUT = 36
static int READONLY = 4
static int REDO_LOG_BINARY = 37
static int REFERENTIAL_INTEGRITY = 30
static int RETENTION_TIME = 40
static int ROW_FACTORY = 43
static int SCHEMA = 26
static int SCHEMA_SEARCH_PATH = 28
static int THROTTLE = 20
static int TRACE_LEVEL_FILE = 10
static int TRACE_LEVEL_SYSTEM_OUT = 9
static int TRACE_MAX_FILE_SIZE = 11
static int UNDO_LOG = 29
static int VARIABLE = 35
static int WRITE_DELAY = 14

IGNORECASE = 1

The type of a SET IGNORECASE statement.

TRACE_LEVEL_FILE = 10

The type of a SET TRACE_LEVEL_FILE statement.

TRACE_MAX_FILE_SIZE = 11

The type of a SET TRACE_MAX_FILE_SIZE statement.

COLLATION = 12

The type of a SET COLLATION statement.

CLUSTER = 13

The type of a SET CLUSTER statement.

WRITE_DELAY = 14

The type of a SET WRITE_DELAY statement.

DATABASE_EVENT_LISTENER = 15

The type of a SET DATABASE_EVENT_LISTENER statement.

MAX_MEMORY_ROWS = 16

The type of a SET MAX_MEMORY_ROWS statement.

LOCK_MODE = 17

The type of a SET LOCK_MODE statement.

DB_CLOSE_DELAY = 18

The type of a SET DB_CLOSE_DELAY statement.

LOG = 19

The type of a SET LOG statement.

MAX_LOG_SIZE = 2

The type of a SET MAX_LOG_SIZE statement.

THROTTLE = 20

The type of a SET THROTTLE statement.

MAX_MEMORY_UNDO = 21

The type of a SET MAX_MEMORY_UNDO statement.

MAX_LENGTH_INPLACE_LOB = 22

The type of a SET MAX_LENGTH_INPLACE_LOB statement.

COMPRESS_LOB = 23

The type of a SET COMPRESS_LOB statement.

ALLOW_LITERALS = 24

The type of a SET ALLOW_LITERALS statement.

MULTI_THREADED = 25

The type of a SET MULTI_THREADED statement.

SCHEMA = 26

The type of a SET SCHEMA statement.

OPTIMIZE_REUSE_RESULTS = 27

The type of a SET OPTIMIZE_REUSE_RESULTS statement.

SCHEMA_SEARCH_PATH = 28

The type of a SET SCHEMA_SEARCH_PATH statement.

UNDO_LOG = 29

The type of a SET UNDO_LOG statement.

MODE = 3

The type of a SET MODE statement.

REFERENTIAL_INTEGRITY = 30

The type of a SET REFERENTIAL_INTEGRITY statement.

MVCC = 31

The type of a SET MVCC statement.

MAX_OPERATION_MEMORY = 32

The type of a SET MAX_OPERATION_MEMORY statement.

EXCLUSIVE = 33

The type of a SET EXCLUSIVE statement.

CREATE_BUILD = 34

The type of a SET CREATE_BUILD statement.

VARIABLE = 35

The type of a SET \@VARIABLE statement.

QUERY_TIMEOUT = 36

The type of a SET QUERY_TIMEOUT statement.

REDO_LOG_BINARY = 37

The type of a SET REDO_LOG_BINARY statement.

BINARY_COLLATION = 38

The type of a SET BINARY_COLLATION statement.

JAVA_OBJECT_SERIALIZER = 39

The type of a SET JAVA_OBJECT_SERIALIZER statement.

READONLY = 4

The type of a SET READONLY statement.

RETENTION_TIME = 40

The type of a SET RETENTION_TIME statement.

QUERY_STATISTICS = 41

The type of a SET QUERY_STATISTICS statement.

QUERY_STATISTICS_MAX_ENTRIES = 42

The type of a SET QUERY_STATISTICS_MAX_ENTRIES statement.

ROW_FACTORY = 43

The type of a SET ROW_FACTORY statement.

BATCH_JOINS = 44

The type of SET BATCH_JOINS statement.

FORCE_JOIN_ORDER = 45

The type of SET FORCE_JOIN_ORDER statement.

LAZY_QUERY_EXECUTION = 46

The type of SET LAZY_QUERY_EXECUTION statement.

BUILTIN_ALIAS_OVERRIDE = 47

The type of SET BUILTIN_ALIAS_OVERRIDE statement.

COLUMN_NAME_RULES = 48

The type of a SET COLUMN_NAME_RULES statement.

LOCK_TIMEOUT = 5

The type of a SET LOCK_TIMEOUT statement.

DEFAULT_LOCK_TIMEOUT = 6

The type of a SET DEFAULT_LOCK_TIMEOUT statement.

DEFAULT_TABLE_TYPE = 7

The type of a SET DEFAULT_TABLE_TYPE statement.

CACHE_SIZE = 8

The type of a SET CACHE_SIZE statement.

TRACE_LEVEL_SYSTEM_OUT = 9

The type of a SET TRACE_LEVEL_SYSTEM_OUT statement.