| Package | Description |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.dbtransform.ejb3 | |
| com.agimatec.sql.meta | |
| com.agimatec.sql.meta.checking | |
| com.agimatec.sql.meta.script |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogConversion.transformTable(TableDescription newTable,
TableDescription table) |
| Modifier and Type | Method and Description |
|---|---|
TableDescription |
Ejb3Class.getTable() |
| Constructor and Description |
|---|
Ejb3Class(TableDescription tableDescription) |
| Modifier and Type | Method and Description |
|---|---|
TableDescription |
TableDescription.deepCopy()
deep copy
|
TableDescription |
CatalogDescription.getTable(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableDescription> |
CatalogDescription.getTableCollection() |
Map<String,TableDescription> |
CatalogDescription.getTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogDescription.addTable(TableDescription aTD) |
boolean |
ForeignKeyDescription.isNullable(TableDescription aTable) |
| Modifier and Type | Method and Description |
|---|---|
protected TableDescription |
JdbcSqlMetaFactory.createTable(JdbcSqlMetaFactory.TableIdentifier tableIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseSchemaChecker.compareForeignKeyDescription(TableDescription xmlTableDescription,
TableDescription databaseTableDescription) |
protected void |
DatabaseSchemaChecker.compareIndexDescription(TableDescription xmlTableDescription,
TableDescription databaseTableDescription) |
protected void |
JdbcSqlMetaFactory.loadColumns(DatabaseMetaData meta,
Map<String,DataType> types,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
JdbcSqlMetaFactory.loadForeignKeys(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
JdbcSqlMetaFactory.loadIndexes(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
protected void |
JdbcSqlMetaFactory.loadPrimaryKey(DatabaseMetaData meta,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
| Modifier and Type | Method and Description |
|---|---|
protected TableDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.getTable(CatalogDescription aCatalog,
String aTableName) |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.buildColumnDescription(MapNode aColDef,
TableDescription aTd) |
protected void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.buildTableConstraint(MapNode aColDef,
TableDescription aTd) |
protected void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.buildTableIndex(MapNode aColDef,
TableDescription aTd) |
Copyright © 2008–2018. All rights reserved.