| com.quadcap.sql.StaticCursor com.quadcap.sql.meta.MetaCursor
All known Subclasses: com.quadcap.sql.meta.MetaPrimaryKeys, com.quadcap.sql.meta.MetaBestRowId, com.quadcap.sql.meta.MetaColumns, com.quadcap.sql.meta.MetaTables, com.quadcap.sql.meta.MetaTableTypes, com.quadcap.sql.meta.MetaSchemas, com.quadcap.sql.meta.MetaCrossReference, com.quadcap.sql.meta.MetaTypes, com.quadcap.sql.meta.MetaIndexInfo,
MetaCursor | public class MetaCursor extends StaticCursor (Code) | | Base class for all cursors used in this package.
author: Stan Bailes |
doTableName | void doTableName(int col, Row row, String name) throws SQLException(Code) | | Break down schema and table name into adjacent columns in the
result set
|
rowMatch | boolean rowMatch(Row row) throws SQLException(Code) | | Matcher function (compare the row against the supplied predicate)
|
|
|