public interface DSTableIFace
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getFields()
Returns a Vector of the fields in the table
|
java.lang.String |
getMappedName()
Returns the "mapped" name of the table (might be physical table name)
|
java.lang.String |
getName()
Returns the name of the table
|
DSTableKeyIFace |
getPrimaryKey()
Returns a the Primary Key Definition for the table
|
java.lang.String getName()
java.lang.String getMappedName()
java.util.Vector getFields()
DSTableKeyIFace getPrimaryKey()