public class PrimaryKey extends Object
| Constructor and Description |
|---|
PrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
short |
getKeySeq() |
String |
getPkName() |
Table |
getTable() |
static PrimaryKey |
newInstance(Table table,
ResultSet resultSet) |
void |
setColumnName(String columnName) |
void |
setKeySeq(short keySeq) |
void |
setPkName(String pkName) |
public static PrimaryKey newInstance(Table table, ResultSet resultSet)
public Table getTable()
public String getColumnName()
public void setColumnName(String columnName)
public short getKeySeq()
public void setKeySeq(short keySeq)
public String getPkName()
public void setPkName(String pkName)
Copyright © 2011-2013. All Rights Reserved.