| |
|
| java.lang.Object db.PrimaryKeyInfo
PrimaryKeyInfo | public class PrimaryKeyInfo (Code) | | Creates an object containing a tables primay key info, in a more
usable manner.
author: rahul kumar See Also: XXX |
PrimaryKeyInfo | public PrimaryKeyInfo(Connection conn, String tableName)(Code) | | ctor/constructor taking a connection object and a tablename.
|
getKeyCount | public int getKeyCount()(Code) | | returns the number of columns that make this key.
|
getKeysAsArray | public String[] getKeysAsArray()(Code) | | returns keys as a string array.
|
getKeysAsString | public String getKeysAsString()(Code) | | returns keys as a comma delimited string.
|
|
|
|