Uses of Class
com.agimatec.sql.meta.TableDescription

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(java.lang.String tableName)
           
 

Methods in com.agimatec.sql.meta that return types with arguments of type TableDescription
 java.util.Collection<TableDescription> CatalogDescription.getTableCollection()
           
 java.util.Map<java.lang.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(java.lang.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(java.sql.DatabaseMetaData meta, java.util.Map<java.lang.String,DataType> types, JdbcSqlMetaFactory.TableIdentifier tid, TableDescription td)
           
protected  void JdbcSqlMetaFactory.loadForeignKeys(java.sql.DatabaseMetaData meta, JdbcSqlMetaFactory.TableIdentifier tid, TableDescription td)
           
protected  void JdbcSqlMetaFactory.loadIndexes(java.sql.DatabaseMetaData meta, JdbcSqlMetaFactory.TableIdentifier tid, TableDescription td)
           
protected  void JdbcSqlMetaFactory.loadPrimaryKey(java.sql.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, java.lang.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)
           
 



Copyright © 2008-2012. All Rights Reserved.