|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableDescription | |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.dbtransform.ejb3 | |
| com.agimatec.sql.meta | |
| com.agimatec.sql.meta.checking | |
| com.agimatec.sql.meta.script | |
| Uses of TableDescription in com.agimatec.dbtransform |
|---|
| Methods in com.agimatec.dbtransform with parameters of type TableDescription | |
|---|---|
void |
CatalogConversion.transformTable(TableDescription newTable,
TableDescription table)
|
| Uses of TableDescription in com.agimatec.dbtransform.ejb3 |
|---|
| Methods in com.agimatec.dbtransform.ejb3 that return TableDescription | |
|---|---|
TableDescription |
Ejb3Class.getTable()
|
| Constructors in com.agimatec.dbtransform.ejb3 with parameters of type TableDescription | |
|---|---|
Ejb3Class(TableDescription tableDescription)
|
|
| Uses of TableDescription in com.agimatec.sql.meta |
|---|
| Methods in com.agimatec.sql.meta that return TableDescription | |
|---|---|
TableDescription |
TableDescription.deepCopy()
deep copy |
TableDescription |
CatalogDescription.getTable(String tableName)
|
| Methods in com.agimatec.sql.meta that return types with arguments of type TableDescription | |
|---|---|
Collection<TableDescription> |
CatalogDescription.getTableCollection()
|
Map<String,TableDescription> |
CatalogDescription.getTables()
|
| Methods in com.agimatec.sql.meta with parameters of type TableDescription | |
|---|---|
void |
CatalogDescription.addTable(TableDescription aTD)
|
boolean |
ForeignKeyDescription.isNullable(TableDescription aTable)
|
| Uses of TableDescription in com.agimatec.sql.meta.checking |
|---|
| Methods in com.agimatec.sql.meta.checking that return TableDescription | |
|---|---|
protected TableDescription |
JdbcSqlMetaFactory.createTable(String tableName)
|
| Methods in com.agimatec.sql.meta.checking with parameters of type TableDescription | |
|---|---|
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)
|
| Uses of TableDescription in com.agimatec.sql.meta.script |
|---|
| Methods in com.agimatec.sql.meta.script that return TableDescription | |
|---|---|
protected TableDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.getTable(CatalogDescription aCatalog,
String aTableName)
|
| Methods in com.agimatec.sql.meta.script with parameters of type TableDescription | |
|---|---|
protected ColumnDescription |
DDLScriptSqlMetaFactory.CatalogBuilder.buildColumnDescription(MapNode aColDef,
TableDescription aTd)
|
protected void |
DDLScriptSqlMetaFactory.DezignCreateTableBuilder.buildTableConstraint(MapNode aColDef,
TableDescription aTd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||