public static enum TeiidDdlConstants.DdlStatement extends Enum<TeiidDdlConstants.DdlStatement> implements TeiidDdlConstants.DdlElement
( | |
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String toDdl()
toDdl
in interface TeiidDdlConstants.DdlElement
null
or empty)TeiidDdlConstants.DdlElement.toDdl()
public String[] tokens()
null
or empty)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.