public static interface TeiidDdlLexicon.CreateTable
Modifier and Type | Field and Description |
---|---|
static String |
AUTO_INCREMENT
The auto-increment property name of a table element.
|
static String |
FOREIGN_TEMP_TABLE_STATEMENT
The mixin name for a create foreign temporary table statement.
|
static String |
GLOBAL_TEMP_TABLE_STATEMENT
The mixin name for a create global temporary table statement.
|
static String |
INCLUDE_LOCAL_KEYWORD
The name of the property that indicates if the LOCAL keyword was included in the temporary table DDL.
|
static String |
INCLUDE_ON_COMMIT_CLAUSE
The name of the property that indicates if the ON COMMIT PRESERVE ROWS clause was included in the local
temporary table DDL.
|
static String |
INCLUDE_SERIAL_ALIAS
The name of the property that indicates if the SERIAL alias was used as a temporary table element data type.
|
static String |
LOCAL_TEMP_TABLE_STATEMENT
The mixin name for a create local temporary table statement.
|
static String |
PRIMARY_KEY_COLUMNS
The name of the multi-value property containing the names of the primary key columns.
|
static String |
QUERY_EXPRESSION
The property name for the query expression.
|
static String |
SCHEMA_REFERENCE
The property name for the schema/model name referenced by the ON keyword in foreign temp tables.
|
static String |
TABLE_ELEMENT
The mixin name for a table element.
|
static String |
TABLE_STATEMENT
The mixin name for a create table statement.
|
static String |
TEMP_TABLE
The name of the abstract mixin for temporary tables.
|
static String |
TEMP_TABLE_ELEMENT
The name of the temporary table element mixin.
|
static String |
VIEW_STATEMENT
The mixin name for a create view statement.
|
static final String AUTO_INCREMENT
static final String FOREIGN_TEMP_TABLE_STATEMENT
static final String GLOBAL_TEMP_TABLE_STATEMENT
static final String INCLUDE_LOCAL_KEYWORD
static final String INCLUDE_ON_COMMIT_CLAUSE
static final String INCLUDE_SERIAL_ALIAS
static final String LOCAL_TEMP_TABLE_STATEMENT
static final String PRIMARY_KEY_COLUMNS
static final String QUERY_EXPRESSION
static final String SCHEMA_REFERENCE
static final String TABLE_ELEMENT
static final String TABLE_STATEMENT
static final String TEMP_TABLE
static final String TEMP_TABLE_ELEMENT
static final String VIEW_STATEMENT
Copyright © 2013–2019. All rights reserved.