org.modeshape.jdbc.metadata
Interface JDBCColumnNames.SCHEMAS

Enclosing interface:
JDBCColumnNames

public static interface JDBCColumnNames.SCHEMAS

This class contains constants representing column names on ResultSet returned by getSchemas method on DatabaseMetaData. These constant values are be used to hardcode the column names used in constructin the ResultSet obj.


Field Summary
static String TABLE_CATALOG
           
static String TABLE_SCHEM
           
 

Field Detail

TABLE_SCHEM

static final String TABLE_SCHEM
See Also:
Constant Field Values

TABLE_CATALOG

static final String TABLE_CATALOG
See Also:
Constant Field Values


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