Package com.alibaba.druid.sql.ast
Interface SQLDataType.Constants
-
- Enclosing interface:
- SQLDataType
public static interface SQLDataType.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringBIGINTstatic StringBOOLEANstatic StringBYTEAstatic StringCHARstatic StringDATEstatic StringDATETIMEstatic StringDECIMALstatic StringDOUBLEstatic StringDOUBLE_PRECISIONstatic StringFLOATstatic StringINTstatic StringJSONstatic StringNCHARstatic StringNUMBERstatic StringREALstatic StringSMALLINTstatic StringTEXTstatic StringTIMEstatic StringTIMESTAMPstatic StringTIMESTAMP_NTZstatic StringTINYINTstatic StringVARBINARYstatic StringVARCHARstatic StringXML
-
-
-
Field Detail
-
CHAR
static final String CHAR
- See Also:
- Constant Field Values
-
NCHAR
static final String NCHAR
- See Also:
- Constant Field Values
-
VARCHAR
static final String VARCHAR
- See Also:
- Constant Field Values
-
VARBINARY
static final String VARBINARY
- See Also:
- Constant Field Values
-
DATE
static final String DATE
- See Also:
- Constant Field Values
-
DATETIME
static final String DATETIME
- See Also:
- Constant Field Values
-
TIME
static final String TIME
- See Also:
- Constant Field Values
-
TIMESTAMP
static final String TIMESTAMP
- See Also:
- Constant Field Values
-
TIMESTAMP_NTZ
static final String TIMESTAMP_NTZ
- See Also:
- Constant Field Values
-
XML
static final String XML
- See Also:
- Constant Field Values
-
DECIMAL
static final String DECIMAL
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
REAL
static final String REAL
- See Also:
- Constant Field Values
-
DOUBLE_PRECISION
static final String DOUBLE_PRECISION
- See Also:
- Constant Field Values
-
DOUBLE
static final String DOUBLE
- See Also:
- Constant Field Values
-
TINYINT
static final String TINYINT
- See Also:
- Constant Field Values
-
SMALLINT
static final String SMALLINT
- See Also:
- Constant Field Values
-
INT
static final String INT
- See Also:
- Constant Field Values
-
BIGINT
static final String BIGINT
- See Also:
- Constant Field Values
-
TEXT
static final String TEXT
- See Also:
- Constant Field Values
-
BYTEA
static final String BYTEA
- See Also:
- Constant Field Values
-
BOOLEAN
static final String BOOLEAN
- See Also:
- Constant Field Values
-
FLOAT
static final String FLOAT
- See Also:
- Constant Field Values
-
JSON
static final String JSON
- See Also:
- Constant Field Values
-
-