public static interface JDBCColumnPositions.PRIMARY_KEYS
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 |
COLUMN_NAME |
static int |
KEY_SEQ |
static int |
MAX_COLUMNS
Number of columns to be read from results returned by getPrimaryKeys.
|
static int |
PK_NAME |
static int |
TABLE_CAT
Position of column that contains catalog name of the primaryTable.
|
static int |
TABLE_NAME |
static int |
TABLE_SCHEM |
static final int MAX_COLUMNS
static final int TABLE_CAT
static final int TABLE_SCHEM
static final int TABLE_NAME
static final int COLUMN_NAME
static final int KEY_SEQ
static final int PK_NAME
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.