public static interface JDBCColumnPositions.PROCEDURE_COLUMNS
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 |
CHAR_OCTET_LENGTH |
static int |
COLUMN_DEF |
static int |
COLUMN_NAME |
static int |
COLUMN_TYPE
Position of the column containing column or element type.
|
static int |
DATA_TYPE
Position of column that contains SQL type from java.sql.Types for column's data type.
|
static int |
IS_NULLABLE |
static int |
LENGTH |
static int |
MAX_COLUMNS
Number of columns to be read from results returned getProcedureColumns method.
|
static int |
NULLABLE
Position of column that contains the nullable value.
|
static int |
ORDINAL_POSITION |
static int |
PRECISION |
static int |
PROCEDURE_CAT
Position of column that contains catalog name of the procedure.
|
static int |
PROCEDURE_NAME |
static int |
PROCEDURE_SCHEM |
static int |
RADIX |
static int |
REMARKS
Position of column that contains comments.
|
static int |
SCALE |
static int |
SPECIFIC_NAME |
static int |
SQL_DATA_TYPE |
static int |
SQL_DATETIME_SUB |
static int |
TYPE_NAME
Position of column that contains local type name used by the data source.
|
static final int MAX_COLUMNS
static final int PROCEDURE_CAT
static final int PROCEDURE_SCHEM
static final int PROCEDURE_NAME
static final int COLUMN_NAME
static final int COLUMN_TYPE
static final int DATA_TYPE
static final int TYPE_NAME
static final int PRECISION
static final int LENGTH
static final int SCALE
static final int RADIX
static final int NULLABLE
static final int REMARKS
static final int COLUMN_DEF
static final int SQL_DATA_TYPE
static final int SQL_DATETIME_SUB
static final int CHAR_OCTET_LENGTH
static final int ORDINAL_POSITION
static final int IS_NULLABLE
static final int SPECIFIC_NAME
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.