public static interface JDBCColumnNames.COLUMNS
Modifier and Type | Field and Description |
---|---|
static String |
BUFFER_LENGTH
name of column that is not used will contain nulls
|
static String |
CHAR_OCTET_LENGTH
name of column that stores the max number of bytes in the column
|
static String |
COLUMN_DEF
name of column which contails default value for the column.
|
static String |
COLUMN_NAME |
static String |
COLUMN_SIZE |
static String |
DATA_TYPE
name of column that contains SQL type from java.sql.Types for column's data type.
|
static String |
DECIMAL_DIGITS |
static String |
FORMAT
name of column that has an String value indicating format
|
static String |
IS_NULLABLE
name of column that has an String value indicating nullablity
|
static String |
MAX_RANGE
name of column that has an String value indicating maximum range
|
static String |
MIN_RANGE
name of column that has an String value indicating minimum range
|
static String |
NULLABLE
name of column that has an String value indicating nullablity
|
static String |
NUM_PREC_RADIX |
static String |
ORDINAL_POSITION
name of column that stores the index of a column in the table
|
static String |
REMARKS
name of column containing explanatory notes.
|
static String |
SCOPE_CATLOG
name of column that is the scope of a reference attribute (null if DATA_TYPE isn't REF)
|
static String |
SCOPE_SCHEMA
name of column that is the scope of a reference attribute (null if the DATA_TYPE isn't REF)
|
static String |
SCOPE_TABLE
name of column that is the scope of a reference attribure (null if the DATA_TYPE isn't REF)
|
static String |
SOURCE_DATA_TYPE
name of column that is source type of a distinct type or user-generated Ref type, SQL type from java.sql.Types (null if
DATA_TYPE isn't DISTINCT or user-generated REF)
|
static String |
SQL_DATA_TYPE
name of column that not used will contain nulls
|
static String |
SQL_DATETIME_SUB
name of column that not used will contain nulls
|
static String |
TABLE_CAT |
static String |
TABLE_NAME |
static String |
TABLE_SCHEM |
static String |
TYPE_NAME
name of column that contains local type name used by the data source.
|
static final String TABLE_CAT
static final String TABLE_SCHEM
static final String TABLE_NAME
static final String COLUMN_NAME
static final String DATA_TYPE
static final String TYPE_NAME
static final String COLUMN_SIZE
static final String BUFFER_LENGTH
static final String DECIMAL_DIGITS
static final String NUM_PREC_RADIX
static final String NULLABLE
static final String REMARKS
static final String COLUMN_DEF
static final String SQL_DATA_TYPE
static final String SQL_DATETIME_SUB
static final String CHAR_OCTET_LENGTH
static final String ORDINAL_POSITION
static final String IS_NULLABLE
static final String SCOPE_CATLOG
static final String SCOPE_SCHEMA
static final String SCOPE_TABLE
static final String SOURCE_DATA_TYPE
static final String FORMAT
static final String MIN_RANGE
static final String MAX_RANGE
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.