public static interface JDBCColumnNames.TYPE_INFO
Modifier and Type | Field and Description |
---|---|
static String |
AUTOINCREMENT
name of column that contains info whether the column is autoincrementable
|
static String |
CASE_SENSITIVE
name of column that has an String value indicating case sensitivity
|
static String |
CREATE_PARAMS |
static String |
DATA_TYPE
name of column that contains SQL type from java.sql.Types for column's data type.
|
static String |
FIXED_PREC_SCALE
name of column that contains info if the column is a currency value
|
static String |
LITERAL_PREFIX |
static String |
LITERAL_SUFFIX |
static String |
LOCAL_TYPE_NAME
name of column that localised version of type name
|
static String |
MAXIMUM_SCALE
name of column that gives the max scale supported
|
static String |
MINIMUM_SCALE
name of column that gives the min scale supported
|
static String |
NULLABLE
name of column that has an String value indicating nullablity
|
static String |
NUM_PREC_RADIX |
static String |
PRECISION |
static String |
SEARCHABLE
name of column that has an String value indicating searchability
|
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 |
TYPE_NAME
name of column that contains local type name used by the data source.
|
static String |
UNSIGNED_ATTRIBUTE
name of column that has an String value indicating searchability
|
static final String TYPE_NAME
static final String DATA_TYPE
static final String PRECISION
static final String LITERAL_PREFIX
static final String LITERAL_SUFFIX
static final String CREATE_PARAMS
static final String NULLABLE
static final String CASE_SENSITIVE
static final String SEARCHABLE
static final String UNSIGNED_ATTRIBUTE
static final String FIXED_PREC_SCALE
static final String AUTOINCREMENT
static final String LOCAL_TYPE_NAME
static final String MINIMUM_SCALE
static final String MAXIMUM_SCALE
static final String SQL_DATA_TYPE
static final String SQL_DATETIME_SUB
static final String NUM_PREC_RADIX
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.