| |
|
| java.lang.Object db.ImportedKeyInfo
ImportedKeyInfo | public class ImportedKeyInfo (Code) | | Creates an object containing a tables primay key info, in a more
usable manner.
author: rahul kumar See Also: XXX |
ImportedKeyInfo | public ImportedKeyInfo(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.
|
|
|
|