public interface TeiidDdlConstants extends DdlConstants
Modifier and Type | Interface and Description |
---|---|
static interface |
TeiidDdlConstants.DdlElement
An object that has a DDL representation.
|
static class |
TeiidDdlConstants.DdlStatement
( |
static class |
TeiidDdlConstants.SchemaElementType
Indicates if element is foreign/physical or virtual.
|
static class |
TeiidDdlConstants.TeiidDataType
Teiid data types.
|
static class |
TeiidDdlConstants.TeiidFutureReserveWord
Teiid future reserved words.
|
static class |
TeiidDdlConstants.TeiidNonReservedWord
Teiid non-reserved words.
|
static class |
TeiidDdlConstants.TeiidReservedWord
Teiid reserved words.
|
DdlConstants.AstNodeNames, DdlConstants.DataTypes, DdlConstants.DropBehavior, DdlConstants.MatchType, DdlConstants.Problems, DdlConstants.ReferencialAction, DdlConstants.StatementStartPhrases
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL |
static String |
TEMPORARY |
ALTER, CHECK, COLUMN, COMMA, CONSTRAINT, CONSTRAINT_C, CONSTRAINT_FK, CONSTRAINT_PK, CONSTRAINT_UC, CREATE, DECLARE, DEFAULT_TERMINATOR, DELETE, DROP, FOREIGN, FOREIGN_KEY, GIGA, GRANT, INDEX, INSERT, KEY, KILO, L_PAREN, L_SQUOTE, LS_BRACE, MEGA, MISSING_TERMINATOR_NODE_LITERAL, NOT, NULL, OFF, ON, PERIOD, PRIMARY, PRIMARY_KEY, R_PAREN, REVOKE, RS_BRACE, SCHEMA, SELECT, SEMICOLON, SET, SPACE, SQL_92_RESERVED_WORDS, TABLE, UNIQUE, UPDATE, VIEW
static final String GLOBAL
static final String TEMPORARY
Copyright © 2013–2019. All rights reserved.