public static interface JDBCColumnPositions.TYPE_INFO
This class contains constants representing column positions on ResultSet returned by getColumns method on DatabaseMetaData.
The class has constants for columns whose values are to be hardcoded in MMDatabaseMetaData object. MAX_COLUMNS
is the number of columns to be read from server's results from getElements method on Metadata object
.
JAVA_CLASS
is the column position for element data type on server's Results object.
Modifier and Type | Field and Description |
---|---|
static int |
AUTO_INCREMENT |
static int |
CASE_SENSITIVE |
static int |
CREATE_PARAMS
Position of column that contains params used in creating the type.
|
static int |
DATA_TYPE
Position of column that contains SQL type from java.sql.Types for column's data type.
|
static int |
FIXED_PREC_SCALE |
static int |
IS_SIGNED
Position of column in server's results containing isSigned value.
|
static int |
LITERAL_PREFIX
Position of column that contains prefix used to quote a literal.
|
static int |
LITERAL_SUFFIX
Position of column that contains suffix used to quote a literal.
|
static int |
LOCAL_TYPE_NAME
Position of column that contains local type name used by the data source.
|
static int |
MAX_COLUMNS
Number of columns to be read from results returned getElements method.
|
static int |
MAXIMUM_SCALE
Position of column that contains the max scale value.
|
static int |
MINIMUM_SCALE
Position of column that contains the min scale value.
|
static int |
NAME
Position of column in server's results containing name of the datatype.
|
static int |
NULL_TYPE_NAME
Position of column in server's results containing nullType name.
|
static int |
NULLABLE
Position of column that contains the nullable value.
|
static int |
NUM_PREC_RADIX |
static int |
PRECISION |
static int |
SEARCH_TYPE_NAME
Position of column in server's results containing search type name.
|
static int |
SEARCHABLE
Position of column that contains the searchable value.
|
static int |
SQL_DATA_TYPE
Position of column that not used will contain nulls
|
static int |
SQL_DATETIME_SUB
Position of column that not used will contain nulls
|
static int |
TYPE_NAME
Position of column that contains local type name used by the data source.
|
static int |
UNSIGNED_ATTRIBUTE
Position of column that contains the unsigned value.
|
static final int MAX_COLUMNS
static final int TYPE_NAME
static final int DATA_TYPE
static final int PRECISION
static final int LITERAL_PREFIX
static final int LITERAL_SUFFIX
static final int CREATE_PARAMS
static final int NULLABLE
static final int CASE_SENSITIVE
static final int SEARCHABLE
static final int UNSIGNED_ATTRIBUTE
static final int FIXED_PREC_SCALE
static final int AUTO_INCREMENT
static final int LOCAL_TYPE_NAME
static final int MINIMUM_SCALE
static final int MAXIMUM_SCALE
static final int SQL_DATA_TYPE
static final int SQL_DATETIME_SUB
static final int NUM_PREC_RADIX
static final int NAME
static final int IS_SIGNED
static final int NULL_TYPE_NAME
static final int SEARCH_TYPE_NAME
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.