Quadcap Embeddable Database

Package com.quadcap.sql.meta


Classes

class  com.quadcap.sql.meta.MetaBestRowId
 A Cursor supporting the DatabaseMetaData.getBestRowId() operation. More...

class  com.quadcap.sql.meta.MetaColumns
 A Cursor supporting the DatabaseMetaData.getColumns() operation. More...

class  com.quadcap.sql.meta.MetaCrossReference
 A Cursor supporting the getCrossReference, getExportedKeys, getImportedKeys functions. More...

class  com.quadcap.sql.meta.MetaCursor
 Base class for all cursors used in this package. More...

class  com.quadcap.sql.meta.MetaIndexInfo
 A Cursor supporting the getIndexInfo function. More...

class  com.quadcap.sql.meta.MetaPrimaryKeys
 A Cursor supporting the getPrimaryKeys function. More...

class  com.quadcap.sql.meta.MetaSchemas
 A Cursor supporting the getSchemas function. More...

class  com.quadcap.sql.meta.MetaTables
 A Cursor supporting the getTables function. More...

class  com.quadcap.sql.meta.MetaTableTypes
 A Cursor supporting the getTableTypes function. More...

class  com.quadcap.sql.meta.MetaTypes
 A Cursor supporting the getTypes function. More...