public static enum TeiidDdlConstants.TeiidDataType extends Enum<TeiidDdlConstants.TeiidDataType> implements TeiidDdlConstants.DdlElement
Enum Constant and Description |
---|
BIGDECIMAL |
BIGINT |
BIGINTEGER |
BLOB |
BOOLEAN |
BYTE |
CHAR |
CLOB |
DATE |
DECIMAL |
DOUBLE |
FLOAT |
GEOMETRY |
INTEGER |
LONG |
OBJECT |
REAL |
SHORT |
SMALLINT |
STRING |
TIME |
TIMESTAMP |
TINYINT |
VARBINARY |
VARCHAR |
XML |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getStartWords() |
String |
toDdl() |
static TeiidDdlConstants.TeiidDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeiidDdlConstants.TeiidDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeiidDdlConstants.TeiidDataType BIGDECIMAL
public static final TeiidDdlConstants.TeiidDataType BIGINT
public static final TeiidDdlConstants.TeiidDataType BIGINTEGER
public static final TeiidDdlConstants.TeiidDataType BLOB
public static final TeiidDdlConstants.TeiidDataType BOOLEAN
public static final TeiidDdlConstants.TeiidDataType BYTE
public static final TeiidDdlConstants.TeiidDataType CHAR
public static final TeiidDdlConstants.TeiidDataType CLOB
public static final TeiidDdlConstants.TeiidDataType DATE
public static final TeiidDdlConstants.TeiidDataType DECIMAL
public static final TeiidDdlConstants.TeiidDataType DOUBLE
public static final TeiidDdlConstants.TeiidDataType FLOAT
public static final TeiidDdlConstants.TeiidDataType GEOMETRY
public static final TeiidDdlConstants.TeiidDataType INTEGER
public static final TeiidDdlConstants.TeiidDataType LONG
public static final TeiidDdlConstants.TeiidDataType OBJECT
public static final TeiidDdlConstants.TeiidDataType REAL
public static final TeiidDdlConstants.TeiidDataType SHORT
public static final TeiidDdlConstants.TeiidDataType SMALLINT
public static final TeiidDdlConstants.TeiidDataType STRING
public static final TeiidDdlConstants.TeiidDataType TIME
public static final TeiidDdlConstants.TeiidDataType TIMESTAMP
public static final TeiidDdlConstants.TeiidDataType TINYINT
public static final TeiidDdlConstants.TeiidDataType VARBINARY
public static final TeiidDdlConstants.TeiidDataType VARCHAR
public static final TeiidDdlConstants.TeiidDataType XML
public static TeiidDdlConstants.TeiidDataType[] values()
for (TeiidDdlConstants.TeiidDataType c : TeiidDdlConstants.TeiidDataType.values()) System.out.println(c);
public static TeiidDdlConstants.TeiidDataType 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)org.komodo.foundation.lexicon.ddl.teiid.teiid.modeshape.sequencer.ddl.TeiidDdlConstants.DdlElement#toDdl()
Copyright © 2013–2019. All rights reserved.