| com.quadcap.sql.StaticCursor com.quadcap.sql.meta.MetaCursor com.quadcap.sql.meta.MetaBestRowId
MetaBestRowId | public class MetaBestRowId extends MetaCursor (Code) | | A Cursor supporting the DatabaseMetaData.getBestRowId()
operation.
author: Stan Bailes |
Constructor Summary | |
public | MetaBestRowId(Session session, String tableName, int scope, boolean nullable) The constructor for this meta cursor finds the "best" index
to use for this table, purely based on the index type
(and possibly the 'nullable' flag). |
sortColumns | static int[] sortColumns(Code) | | |
MetaBestRowId | public MetaBestRowId(Session session, String tableName, int scope, boolean nullable) throws SQLException(Code) | | The constructor for this meta cursor finds the "best" index
to use for this table, purely based on the index type
(and possibly the 'nullable' flag). We don't do anything with
scope -- best is best for us.
|
getSortColumns | public int[] getSortColumns()(Code) | | Sort by name, I guess...
|
|
|