ModeShape Distribution 3.2.0.Final

org.modeshape.sequencer.ddl.dialect.teiid
Interface TeiidDdlLexicon.CreateTable

Enclosing class:
TeiidDdlLexicon

public static interface TeiidDdlLexicon.CreateTable

JCR names related to the create table DDL statement.


Field Summary
static String AUTO_INCREMENT
          The auto-increment property name of a table element.
static String QUERY_EXPRESSION
          The property name for the query expression.
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 VIEW_STATEMENT
          The mixin name for a create view statement.
 

Field Detail

AUTO_INCREMENT

static final String AUTO_INCREMENT
The auto-increment property name of a table element.

See Also:
Constant Field Values

QUERY_EXPRESSION

static final String QUERY_EXPRESSION
The property name for the query expression.

See Also:
Constant Field Values

TABLE_ELEMENT

static final String TABLE_ELEMENT
The mixin name for a table element.

See Also:
Constant Field Values

TABLE_STATEMENT

static final String TABLE_STATEMENT
The mixin name for a create table statement.

See Also:
Constant Field Values

VIEW_STATEMENT

static final String VIEW_STATEMENT
The mixin name for a create view statement.

See Also:
Constant Field Values

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.