org.modeshape.jdbc.metadata
Interface JDBCColumnPositions.SCHEMAS

Enclosing interface:
JDBCColumnPositions

public static interface JDBCColumnPositions.SCHEMAS

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 MAX_COLUMNS
          Number of columns to be read from results returned getElements method.
static int TABLE_CATALOG
           
 

Field Detail

MAX_COLUMNS

static final int MAX_COLUMNS
Number of columns to be read from results returned getElements method.

See Also:
Constant Field Values

TABLE_CATALOG

static final int TABLE_CATALOG
See Also:
Constant Field Values


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.