org.modeshape.jdbc.metadata
Interface JDBCColumnNames.PRIMARY_KEYS
- Enclosing interface:
- JDBCColumnNames
public static interface JDBCColumnNames.PRIMARY_KEYS
This class contains constants representing column names on ResultSet
returned by getPrimaryKeys method on DatabaseMetaData. These constant values
are be used to hard code the column names used in construction the ResultSet obj.
TABLE_CAT
static final String TABLE_CAT
- See Also:
- Constant Field Values
TABLE_SCHEM
static final String TABLE_SCHEM
- See Also:
- Constant Field Values
TABLE_NAME
static final String TABLE_NAME
- See Also:
- Constant Field Values
COLUMN_NAME
static final String COLUMN_NAME
- See Also:
- Constant Field Values
KEY_SEQ
static final String KEY_SEQ
- See Also:
- Constant Field Values
PK_NAME
static final String PK_NAME
- See Also:
- Constant Field Values
POSITION
static final String POSITION
- See Also:
- Constant Field Values
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.