com.quadcap.sql.meta |
Database metadata cursors for:
- columns
- cross-reference
- indexes
- primary keys
- tables
- table types
- types
|
Java Source File Name | Type | Comment |
MetaBestRowId.java | Class | A Cursor supporting the DatabaseMetaData.getBestRowId()
operation. |
MetaColumns.java | Class | A Cursor supporting the DatabaseMetaData.getColumns()
operation. |
MetaCrossReference.java | Class | A Cursor supporting the getCrossReference ,
getExportedKeys , getImportedKeys
functions. |
MetaCursor.java | Class | Base class for all cursors used in this package. |
MetaIndexInfo.java | Class | A Cursor supporting the getIndexInfo function. |
MetaPrimaryKeys.java | Class | A Cursor supporting the getPrimaryKeys function. |
MetaSchemas.java | Class | A Cursor supporting the getSchemas function. |
MetaTables.java | Class | A Cursor supporting the getTables function. |
MetaTableTypes.java | Class | A Cursor supporting the getTableTypes function. |
MetaTypes.java | Class | A Cursor supporting the getTypes function. |