|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of KeyDef in com.workingdogs.village |
---|
Methods in com.workingdogs.village that return KeyDef | |
---|---|
KeyDef |
KeyDef.addAttrib(String name)
Adds the named attribute to the KeyDef. |
KeyDef |
DataSet.keydef()
gets the KeyDef object for this DataSet |
KeyDef |
TableDataSet.keydef()
Returns the KeyDef for the DataSet |
Constructors in com.workingdogs.village with parameters of type KeyDef | |
---|---|
TableDataSet(Connection conn,
Schema schema,
KeyDef keydef)
Creates a new TableDataSet object. |
|
TableDataSet(Connection conn,
String tableName,
KeyDef keydef)
Creates a new TableDataSet object. |
|
TableDataSet(Connection conn,
String tableName,
String columns,
KeyDef keydef)
Creates a new TableDataSet object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |