| |
|
| java.lang.Object com.versant.core.jdbc.metadata.JdbcMetaData
JdbcMetaData | public class JdbcMetaData (Code) | | Extra JDBC specific meta data attached to JDOMetaData.
|
Field Summary | |
public JdbcTable[] | keyGenTables These are all the tables required for the key generators. | public int | maxPkSimpleColumns This is the max number of simple fields in the primary key of the
table for any class. |
keyGenTables | public JdbcTable[] keyGenTables(Code) | | These are all the tables required for the key generators.
|
maxPkSimpleColumns | public int maxPkSimpleColumns(Code) | | This is the max number of simple fields in the primary key of the
table for any class.
|
getTables | public ArrayList getTables()(Code) | | Get all tables for store sorted in name order. Tables for classes
flagged as doNotCreateTable are left out.
|
getTables | public ArrayList getTables(boolean all)(Code) | | Get all tables for store sorted in name order. If all is false tables
for classes flagged as doNotCreateTable are left out.
|
|
|
|