All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addTables(String[] tables,
CatalogDescription aCatalog) |
CatalogDescription |
buildCatalog(String[] tables)
create a CatalogDescription
|
protected TableDescription |
createTable(JdbcSqlMetaFactory.TableIdentifier tableIdentifier) |
protected JdbcSqlMetaFactory.TableIdentifier |
createTableIdentifier(String table) |
void |
equalizeColumn(ColumnDescription cd) |
JdbcDatabase |
getDatabase() |
boolean |
isColumns() |
boolean |
isForeignKeys() |
boolean |
isIndices() |
boolean |
isPrimaryKeys() |
protected void |
loadColumns(DatabaseMetaData meta,
Map<String,DataType> types,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
loadForeignKeys(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
loadIndexes(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
loadPrimaryKey(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected Map<String,DataType> |
loadTypes(DatabaseMetaData meta) |
void |
setColumns(boolean columns) |
void |
setForeignKeys(boolean foreignKeys) |
void |
setIndices(boolean indices) |
void |
setPrimaryKeys(boolean primaryKeys) |