public final class Schemes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_FIELD
Name of the scheme for changing a field.
|
static String |
CHANGE_FIELD_DEFAULT
The default scheme for changing a field.
|
static String |
CREATE_CONSTRAINT
Name of the scheme for creating (adding) a constraint, such as a key or index.
|
static String |
CREATE_CONSTRAINT_DEFAULT
The default scheme for creating (adding) a constraint.
|
static String |
CREATE_DELETE_TRIGGER
Name of the scheme for creating an 'delete' trigger for a view.
|
static String |
CREATE_DELETE_TRIGGER_DEFAULT |
static String |
CREATE_FIELD
Name of the scheme for creating (adding) a field.
|
static String |
CREATE_FIELD_DEFAULT
The default scheme for creating (adding) a field.
|
static String |
CREATE_FOREIGN_KEY
Name of the partial scheme for creating a foreign (referential) key.
|
static String |
CREATE_FOREIGN_KEY_DEFAULT
The default scheme for selecting a node type.
|
static String |
CREATE_INDEX
Name of the scheme for creating an index for a field.
|
static String |
CREATE_INDEX_DEFAULT
The default scheme for creating an index
|
static String |
CREATE_INSERT_TRIGGER
Name of the scheme for creating an 'insert' trigger for a view.
|
static String |
CREATE_INSERT_TRIGGER_DEFAULT |
static String |
CREATE_OBJECT_ROW_TYPE
Name of the scheme for creating a row type.
|
static String |
CREATE_OBJECT_TABLE
Name of the scheme for creating a table.
|
static String |
CREATE_OBJECT_TABLE_DEFAULT
The default scheme for creating a table.
|
static String |
CREATE_PRIMARY_KEY
Name of the partial scheme for creating a primary key.
|
static String |
CREATE_PRIMARY_KEY_DEFAULT
The default scheme for creating a prinary key.
|
static String |
CREATE_ROW_TYPE
Name of the scheme for creating a row type.
|
static String |
CREATE_SEQUENCE
Name of the scheme for creating a sequence or number table
The parameters accepted are:
|
static String |
CREATE_SEQUENCE_DEFAULT
The default scheme for creating a sequence table.
|
static String |
CREATE_TABLE
Name of the scheme for creating a table.
|
static String |
CREATE_TABLE_DEFAULT
The default scheme for creating a table.
|
static String |
CREATE_UNIQUE_INDEX
Name of the scheme for creating a unique (generally composite) index.
|
static String |
CREATE_UNIQUE_INDEX_DEFAULT
The default scheme for creating a composite key.
|
static String |
CREATE_UNIQUE_KEY
Name of the partial scheme for creating a unique key.
|
static String |
CREATE_UNIQUE_KEY_DEFAULT
The default scheme for selecting a node type.
|
static String |
CREATE_UPDATE_TRIGGER
Name of the scheme for creating an 'update' trigger for a view.
|
static String |
CREATE_UPDATE_TRIGGER_DEFAULT |
static String |
CREATE_VIEW
Name of the scheme for creating a view.
|
static String |
CREATE_VIEW_DEFAULT |
static String |
DELETE_CONSTRAINT
Name of the scheme for deleting a constraint, such as a key or index.
|
static String |
DELETE_CONSTRAINT_DEFAULT
The default scheme for deleting a constraint.
|
static String |
DELETE_FIELD
Name of the scheme for deleting a field.
|
static String |
DELETE_FIELD_DEFAULT
The default scheme for deleting a field.
|
static String |
DELETE_INDEX
Name of the scheme for deleting a index.
|
static String |
DELETE_INDEX_DEFAULT
The default scheme for deleting a constraint.
|
static String |
DELETE_NODE
Name of the scheme for selecting a node type.
|
static String |
DELETE_NODE_DEFAULT
The default scheme for selecting a node type.
|
static String |
DELETE_UNIQUE_INDEX
Name of the scheme for deleting a unique (generally composite) index.
|
static String |
DELETE_UNIQUE_INDEX_DEFAULT
The default scheme for deleting a constraint.
|
static String |
DROP_ROW_TYPE
Name of the scheme for dropping a row type.
|
static String |
DROP_TABLE
Name of the scheme for dropping a table.
|
static String |
DROP_TABLE_DEFAULT
The default scheme for reading a text field.
|
static String |
GET_BINARY_DATA
Name of the scheme for reading a binary field from a node.
|
static String |
GET_BINARY_DATA_DEFAULT
The default scheme for reading a binary field.
|
static String |
GET_TABLE_SIZE
Name of the scheme for obtaining the size of a (builder) table.
|
static String |
GET_TABLE_SIZE_DEFAULT
The default scheme for reading a text field.
|
static String |
GET_TEXT_DATA
Name of the scheme for reading a text field from a node.
|
static String |
GET_TEXT_DATA_DEFAULT
The default scheme for reading a text field.
|
static String |
INIT_SEQUENCE
Name of the scheme for initializing a sequence or number table
The parameters accepted are:
|
static String |
INIT_SEQUENCE_DEFAULT
The default scheme for initializing a sequence table.
|
static String |
INSERT_NODE
Name of the scheme for inserting a node.
|
static String |
INSERT_NODE_DEFAULT
The default scheme for inserting a node type.
|
static String |
READ_SEQUENCE
Name of the scheme for retrieving the key from sequence or number table
The parameters accepted are:
|
static String |
READ_SEQUENCE_DEFAULT
The default scheme for retrieving the key from a sequence table.
|
static String |
SELECT_NODE
Name of the scheme for selecting a node.
|
static String |
SELECT_NODE_DEFAULT
The default scheme for selecting a node.
|
static String |
SELECT_NODE_TYPE
Name of the scheme for selecting a node type.
|
static String |
SELECT_NODE_TYPE_DEFAULT
The default scheme for selecting a node type.
|
static String |
UPDATE_NODE
Name of the scheme for updating a node type.
|
static String |
UPDATE_NODE_DEFAULT
The default scheme for updating a node type.
|
static String |
UPDATE_SEQUENCE
Name of the scheme for updating a sequence or number table
The parameters accepted are:
|
static String |
UPDATE_SEQUENCE_DEFAULT
The default scheme for updating a sequence table.
|
| Constructor and Description |
|---|
Schemes() |
public static final String CREATE_ROW_TYPE
CREATE ROW TYPE {1}_t ({2}) EXTENDS {3}_t
public static final String CREATE_TABLE
public static final String CREATE_TABLE_DEFAULT
public static final String CREATE_OBJECT_ROW_TYPE
CREATE ROW TYPE {1}_t ({2})
public static final String CREATE_OBJECT_TABLE
public static final String CREATE_OBJECT_TABLE_DEFAULT
public static final String CREATE_PRIMARY_KEY
public static final String CREATE_PRIMARY_KEY_DEFAULT
public static final String CREATE_UNIQUE_KEY
public static final String CREATE_UNIQUE_KEY_DEFAULT
public static final String CREATE_FOREIGN_KEY
public static final String CREATE_FOREIGN_KEY_DEFAULT
public static final String CREATE_UNIQUE_INDEX
public static final String CREATE_UNIQUE_INDEX_DEFAULT
public static final String DELETE_UNIQUE_INDEX
public static final String DELETE_UNIQUE_INDEX_DEFAULT
public static final String CREATE_INDEX
public static final String CREATE_INDEX_DEFAULT
public static final String DELETE_INDEX
public static final String DELETE_INDEX_DEFAULT
public static final String DELETE_NODE
public static final String DELETE_NODE_DEFAULT
public static final String DROP_ROW_TYPE
public static final String DROP_TABLE
public static final String DROP_TABLE_DEFAULT
public static final String GET_BINARY_DATA
public static final String GET_BINARY_DATA_DEFAULT
public static final String GET_TABLE_SIZE
public static final String GET_TABLE_SIZE_DEFAULT
public static final String GET_TEXT_DATA
public static final String GET_TEXT_DATA_DEFAULT
public static final String INSERT_NODE
public static final String INSERT_NODE_DEFAULT
public static final String SELECT_NODE
public static final String SELECT_NODE_DEFAULT
public static final String SELECT_NODE_TYPE
public static final String SELECT_NODE_TYPE_DEFAULT
public static final String UPDATE_NODE
public static final String UPDATE_NODE_DEFAULT
public static final String CREATE_SEQUENCE
public static final String CREATE_SEQUENCE_DEFAULT
public static final String INIT_SEQUENCE
public static final String INIT_SEQUENCE_DEFAULT
public static final String UPDATE_SEQUENCE
public static final String UPDATE_SEQUENCE_DEFAULT
public static final String READ_SEQUENCE
public static final String READ_SEQUENCE_DEFAULT
public static final String CREATE_FIELD
public static final String CREATE_FIELD_DEFAULT
public static final String CHANGE_FIELD
public static final String CHANGE_FIELD_DEFAULT
public static final String DELETE_FIELD
public static final String DELETE_FIELD_DEFAULT
public static final String CREATE_CONSTRAINT
public static final String CREATE_CONSTRAINT_DEFAULT
public static final String DELETE_CONSTRAINT
public static final String DELETE_CONSTRAINT_DEFAULT
public static final String CREATE_VIEW
public static final String CREATE_VIEW_DEFAULT
public static final String CREATE_INSERT_TRIGGER
public static final String CREATE_INSERT_TRIGGER_DEFAULT
public static final String CREATE_DELETE_TRIGGER
public static final String CREATE_DELETE_TRIGGER_DEFAULT
public static final String CREATE_UPDATE_TRIGGER
public static final String CREATE_UPDATE_TRIGGER_DEFAULT
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}