| java.lang.Object net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo net.sourceforge.squirrel_sql.fw.sql.dbobj.BestRowIdentifier
BestRowIdentifier | public class BestRowIdentifier extends DatabaseObjectInfo (Code) | | Describes one column in a set of columns that uniquely identifies a row in
a table.
author: Colin Bell |
Constructor Summary | |
public | BestRowIdentifier(String catalog, String schema, String tableName, int scope, String colName, short sqlDataType, String typeName, int precision, short scale, short pseudoColumn, SQLDatabaseMetaData md) Ctor specifying attributes. |
serialVersionUID | final static long serialVersionUID(Code) | | |
BestRowIdentifier | public BestRowIdentifier(String catalog, String schema, String tableName, int scope, String colName, short sqlDataType, String typeName, int precision, short scale, short pseudoColumn, SQLDatabaseMetaData md)(Code) | | Ctor specifying attributes.
|
getPrecision | public int getPrecision()(Code) | | |
getPseudoColumn | public short getPseudoColumn()(Code) | | |
getSQLDataType | public short getSQLDataType()(Code) | | |
getScale | public short getScale()(Code) | | |
getScope | public int getScope()(Code) | | |
|
|