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

Packages that use CatalogDescription
com.agimatec.commons.generator   
com.agimatec.dbtransform   
com.agimatec.dbtransform.ejb3   
com.agimatec.sql.meta   
com.agimatec.sql.meta.checking   
com.agimatec.sql.meta.oracle   
com.agimatec.sql.meta.postgres   
com.agimatec.sql.meta.script   
 

Uses of CatalogDescription in com.agimatec.commons.generator
 

Fields in com.agimatec.commons.generator declared as CatalogDescription
protected  CatalogDescription GeneratorSettings.catalog
           
 

Methods in com.agimatec.commons.generator that return CatalogDescription
 CatalogDescription GeneratorSettings.getCatalog()
           
 

Methods in com.agimatec.commons.generator with parameters of type CatalogDescription
 void GeneratorSettings.setCatalog(CatalogDescription catalog)
           
 

Uses of CatalogDescription in com.agimatec.dbtransform
 

Methods in com.agimatec.dbtransform that return CatalogDescription
 CatalogDescription CatalogConversion.transformCatalog(CatalogDescription catalog)
           
 

Methods in com.agimatec.dbtransform with parameters of type CatalogDescription
 void ScriptTransformator.TransformDezignCreateTableBuilder.process(MapNode values, CatalogDescription catalog)
           
 void ScriptTransformator.CreateIndexBuilder.process(MapNode map, CatalogDescription catalog)
           
 void ScriptTransformator.TableAlterColumnsBuilder.process(MapNode values, CatalogDescription catalog)
           
 void ScriptTransformator.DropTriggerBuilder.process(MapNode values, CatalogDescription catalog)
           
 void ScriptTransformator.DropTableBuilder.process(MapNode values, CatalogDescription catalog)
           
 CatalogDescription CatalogConversion.transformCatalog(CatalogDescription catalog)
           
 

Uses of CatalogDescription in com.agimatec.dbtransform.ejb3
 

Methods in com.agimatec.dbtransform.ejb3 that return CatalogDescription
 CatalogDescription Ejb3Schema.getCatalog()
           
 

Constructors in com.agimatec.dbtransform.ejb3 with parameters of type CatalogDescription
Ejb3Schema(CatalogDescription catalog)
           
 

Uses of CatalogDescription in com.agimatec.sql.meta
 

Methods in com.agimatec.sql.meta that return CatalogDescription
 CatalogDescription CatalogDescription.deepCopy()
           
 

Uses of CatalogDescription in com.agimatec.sql.meta.checking
 

Methods in com.agimatec.sql.meta.checking that return CatalogDescription
 CatalogDescription JdbcSqlMetaFactory.buildCatalog(java.lang.String[] tables)
          create a CatalogDescription
protected abstract  CatalogDescription DatabaseSchemaChecker.readDatabaseCatalog(java.lang.String[] tableNames)
           
 

Methods in com.agimatec.sql.meta.checking with parameters of type CatalogDescription
protected  void JdbcSqlMetaFactory.addTables(java.lang.String[] tables, CatalogDescription aCatalog)
           
 void DatabaseSchemaChecker.assertCatalogsComplete(CatalogDescription schemaConfig, CatalogDescription databaseConfig)
           
 

Uses of CatalogDescription in com.agimatec.sql.meta.oracle
 

Methods in com.agimatec.sql.meta.oracle that return CatalogDescription
 CatalogDescription OracleJdbcSqlMetaFactory.buildCatalog()
          load the catalog for ALL USER_TABLES!
 CatalogDescription OracleJdbcSqlMetaFactory.buildCatalog(java.lang.String[] tables)
          create a CatalogDescription
protected  CatalogDescription OracleSchemaChecker.readDatabaseCatalog(java.lang.String[] tableNames)
           
 

Uses of CatalogDescription in com.agimatec.sql.meta.postgres
 

Methods in com.agimatec.sql.meta.postgres that return CatalogDescription
protected  CatalogDescription PostgresSchemaChecker.readDatabaseCatalog(java.lang.String[] tableNames)
           
 

Uses of CatalogDescription in com.agimatec.sql.meta.script
 

Methods in com.agimatec.sql.meta.script that return CatalogDescription
 CatalogDescription DDLScriptSqlMetaFactory.getCatalog()
           
 

Methods in com.agimatec.sql.meta.script with parameters of type CatalogDescription
protected  TableDescription DDLScriptSqlMetaFactory.CatalogBuilder.getTable(CatalogDescription aCatalog, java.lang.String aTableName)
           
abstract  void DDLScriptSqlMetaFactory.CatalogBuilder.process(MapNode values, CatalogDescription catalog)
           
 void DDLScriptSqlMetaFactory.DezignCreateTableBuilder.process(MapNode values, CatalogDescription catalog)
           
 void DDLScriptSqlMetaFactory.setCatalog(CatalogDescription aCatalog)
           
 



Copyright © 2008-2012. All Rights Reserved.