|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TeiidDdlConstants.DdlStatement>
org.modeshape.sequencer.ddl.dialect.teiid.TeiidDdlConstants.DdlStatement
public static enum TeiidDdlConstants.DdlStatement
(
Enum Constant Summary | |
---|---|
ALTER_FOREIGN_PROCEDURE
|
|
ALTER_FOREIGN_TABLE
|
|
ALTER_FOREIGN_VIEW
|
|
ALTER_PROCEDURE
|
|
ALTER_TABLE
|
|
ALTER_VIEW
|
|
ALTER_VIRTUAL_PROCEDURE
Alter Options
ALTER ( VIRTUAL | FOREIGN )? |
|
ALTER_VIRTUAL_TABLE
|
|
ALTER_VIRTUAL_VIEW
|
|
CREATE_FOREIGN_FUNCTION
|
|
CREATE_FOREIGN_PROCEDURE
|
|
CREATE_FOREIGN_TABLE
Create Table
CREATE ( FOREIGN TABLE | ( VIRTUAL )? |
|
CREATE_FUNCTION
|
|
CREATE_PROCEDURE
|
|
CREATE_TRIGGER
Create Trigger
CREATE TRIGGER ON |
|
CREATE_VIEW
|
|
CREATE_VIRTUAL_FUNCTION
Create Procedure
CREATE ( VIRTUAL | FOREIGN )? |
|
CREATE_VIRTUAL_PROCEDURE
|
|
CREATE_VIRTUAL_VIEW
|
|
OPTION_NAMESPACE
Option Namespace
SET NAMESPACE |
Method Summary | |
---|---|
String |
toDdl()
|
String[] |
tokens()
|
static TeiidDdlConstants.DdlStatement |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TeiidDdlConstants.DdlStatement[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TeiidDdlConstants.DdlStatement CREATE_FOREIGN_TABLE
CREATE ( FOREIGN TABLE | ( VIRTUAL )? VIEW )
public static final TeiidDdlConstants.DdlStatement CREATE_VIRTUAL_VIEW
public static final TeiidDdlConstants.DdlStatement CREATE_VIEW
public static final TeiidDdlConstants.DdlStatement CREATE_VIRTUAL_FUNCTION
CREATE ( VIRTUAL | FOREIGN )? ( PROCEDURE | FUNCTION ) (
public static final TeiidDdlConstants.DdlStatement CREATE_VIRTUAL_PROCEDURE
public static final TeiidDdlConstants.DdlStatement CREATE_FOREIGN_FUNCTION
public static final TeiidDdlConstants.DdlStatement CREATE_FOREIGN_PROCEDURE
public static final TeiidDdlConstants.DdlStatement CREATE_FUNCTION
public static final TeiidDdlConstants.DdlStatement CREATE_PROCEDURE
public static final TeiidDdlConstants.DdlStatement OPTION_NAMESPACE
SET NAMESPACE
public static final TeiidDdlConstants.DdlStatement ALTER_VIRTUAL_PROCEDURE
ALTER ( VIRTUAL | FOREIGN )? ( TABLE | VIEW | PROCEDURE )
public static final TeiidDdlConstants.DdlStatement ALTER_VIRTUAL_TABLE
public static final TeiidDdlConstants.DdlStatement ALTER_VIRTUAL_VIEW
public static final TeiidDdlConstants.DdlStatement ALTER_FOREIGN_PROCEDURE
public static final TeiidDdlConstants.DdlStatement ALTER_FOREIGN_TABLE
public static final TeiidDdlConstants.DdlStatement ALTER_FOREIGN_VIEW
public static final TeiidDdlConstants.DdlStatement ALTER_PROCEDURE
public static final TeiidDdlConstants.DdlStatement ALTER_TABLE
public static final TeiidDdlConstants.DdlStatement ALTER_VIEW
public static final TeiidDdlConstants.DdlStatement CREATE_TRIGGER
CREATE TRIGGER ON
Method Detail |
---|
public static TeiidDdlConstants.DdlStatement[] values()
for (TeiidDdlConstants.DdlStatement c : TeiidDdlConstants.DdlStatement.values()) System.out.println(c);
public static TeiidDdlConstants.DdlStatement valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toDdl()
toDdl
in interface TeiidDdlConstants.DdlElement
null
or empty)TeiidDdlConstants.DdlElement.toDdl()
public String[] tokens()
null
or empty)
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |