public static interface JDBCColumnPositions.INDEX_INFO
This class contains constants representing column positions on ResultSet returned by getIndexInfo 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 the query against
System.KeyElements table.
Modifier and Type | Field and Description |
---|---|
static int |
ASC_OR_DESC
Position of column that contains desc if index is ascending or descending.
|
static int |
CARDINALITY
Position of column that contains cardinality of the index.
|
static int |
COLUMN_NAME |
static int |
FILTER_CONDITION
Position of column that contains any filter condition.
|
static int |
INDEX_NAME |
static int |
INDEX_QUALIFIER
Position of column that contains qualifier for the index.
|
static int |
MAX_COLUMNS
Number of columns to be read from results returned by server results.
|
static int |
NON_UNIQUE
Position of column that contains non uniqueness of the index.
|
static int |
ORDINAL_POSITION |
static int |
PAGES
Position of column that contains pages oocupied by table.
|
static int |
TABLE_CAT
Position of column that contains catalog name of the table.
|
static int |
TABLE_NAME |
static int |
TABLE_SCHEM |
static int |
TYPE
Position of column that contains type of index.
|
static final int MAX_COLUMNS
static final int TABLE_CAT
static final int TABLE_SCHEM
static final int TABLE_NAME
static final int NON_UNIQUE
static final int INDEX_QUALIFIER
static final int INDEX_NAME
static final int TYPE
static final int ORDINAL_POSITION
static final int COLUMN_NAME
static final int ASC_OR_DESC
static final int CARDINALITY
static final int PAGES
static final int FILTER_CONDITION
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.