| java.lang.Object net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo net.sourceforge.squirrel_sql.fw.sql.PrimaryKeyInfo
Constructor Summary | |
| PrimaryKeyInfo() | public | PrimaryKeyInfo(String catalog, String schema, String aTableName, String aColumnName, short aKeySequence, String aPrimaryKeyName, ISQLDatabaseMetaData md) Create a new PrimaryKeyInfo object.
Parameters: catalog - catalog name Parameters: schema - schema name Parameters: aColumnName - the name of the column that either by itself or alongwith others form(s) a unique index value for a singlerow in a table. |
serialVersionUID | final static long serialVersionUID(Code) | | |
PrimaryKeyInfo | PrimaryKeyInfo()(Code) | | |
PrimaryKeyInfo | public PrimaryKeyInfo(String catalog, String schema, String aTableName, String aColumnName, short aKeySequence, String aPrimaryKeyName, ISQLDatabaseMetaData md)(Code) | | Create a new PrimaryKeyInfo object.
Parameters: catalog - catalog name Parameters: schema - schema name Parameters: aColumnName - the name of the column that either by itself or alongwith others form(s) a unique index value for a singlerow in a table. Parameters: aKeySequence - sequence number within primary key Parameters: aPrimaryKeyName - the name of the primary key Parameters: md - |
getColumnName | public String getColumnName()(Code) | | Returns the columnName. |
getKeySequence | public short getKeySequence()(Code) | | Returns the keySequence. |
getQualifiedColumnName | public String getQualifiedColumnName()(Code) | | |
getTableName | public String getTableName()(Code) | | the tableName |
setColumnName | public void setColumnName(String columnName)(Code) | | Parameters: columnName - The columnName to set. |
setKeySequence | public void setKeySequence(short keySequence)(Code) | | Parameters: keySequence - The keySequence to set. |
setTableName | public void setTableName(String tableName)(Code) | | Parameters: tableName - the tableName to set |
Fields inherited from net.sourceforge.squirrel_sql.fw.sql.DatabaseObjectInfo | final static long serialVersionUID(Code)(Java Doc)
|
|
|