|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JDBCColumnPositions.TABLES
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.
Field Summary | |
---|---|
static int |
ISPHYSICAL
|
static int |
MAX_COLUMNS
Number of columns to be read from results returned getTables method. |
static int |
REF_GENERATION
|
static int |
SELF_REFERENCING_COL_NAME
|
static int |
TABLE_CAT
Position of column that contains catalog name in which the table is present. |
static int |
TYPE_CAT
|
static int |
TYPE_NAME
|
static int |
TYPE_SCHEM
|
Field Detail |
---|
static final int MAX_COLUMNS
static final int TABLE_CAT
static final int TYPE_CAT
static final int TYPE_SCHEM
static final int TYPE_NAME
static final int SELF_REFERENCING_COL_NAME
static final int REF_GENERATION
static final int ISPHYSICAL
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |