Uses of Class
org.dbmaintain.structure.model.DbItemType

Packages that use DbItemType
org.dbmaintain.config   
org.dbmaintain.structure.clear.impl   
org.dbmaintain.structure.model   
 

Uses of DbItemType in org.dbmaintain.config
 

Methods in org.dbmaintain.config with parameters of type DbItemType
 void FactoryWithDatabaseContext.addItemsToPreserve(DbItemType dbItemType, String itemsToPreserveProperty, Set<DbItemIdentifier> itemsToPreserve)
          Adds the items to preserve configured by the given property to the given list.
 

Uses of DbItemType in org.dbmaintain.structure.clear.impl
 

Methods in org.dbmaintain.structure.clear.impl with parameters of type DbItemType
protected  Set<DbItemIdentifier> DefaultDBClearer.toDbItemIdentifiers(DbItemType type, Database database, String schemaName, Set<String> itemNames)
           
 

Uses of DbItemType in org.dbmaintain.structure.model
 

Methods in org.dbmaintain.structure.model that return DbItemType
 DbItemType DbItemIdentifier.getType()
           
static DbItemType DbItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DbItemType[] DbItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dbmaintain.structure.model with parameters of type DbItemType
static DbItemIdentifier DbItemIdentifier.getItemIdentifier(DbItemType type, String schemaName, String itemName, Database database)
           
static DbItemIdentifier DbItemIdentifier.getItemIdentifier(DbItemType type, String schemaName, String itemName, Database database, boolean dbMaintainIdentifier)
           
static DbItemIdentifier DbItemIdentifier.parseItemIdentifier(DbItemType type, String identifierAsString, Databases databases)
           
 



Copyright © 2011. All Rights Reserved.