|
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.UDTS
This class contains constants representing column positions on ResultSet returned by getUDTS method on DatabaseMetaData. These constant values are be used to hardcode the column values used in constructin the ResultSet obj.
Field Summary | |
---|---|
static int |
BASE_TYPE
|
static int |
CLASS_NAME
|
static int |
DATA_TYPE
|
static int |
JAVA_CLASS
Position of column in server's results containing java class name. |
static int |
MAX_COLUMNS
Number of columns to be read from results returned getUserDefinedTypes method. |
static int |
REMARKS
|
static int |
TABLE_NAME
|
static int |
TYPE_CAT
|
static int |
TYPE_NAME
|
static int |
TYPE_SCHEM
|
Field Detail |
---|
static final int MAX_COLUMNS
static final int TABLE_NAME
static final int TYPE_CAT
static final int TYPE_SCHEM
static final int TYPE_NAME
static final int CLASS_NAME
static final int DATA_TYPE
static final int REMARKS
static final int BASE_TYPE
static final int JAVA_CLASS
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |