Uses of Interface
org.unitils.core.dbsupport.SQLHandler

Packages that use SQLHandler
org.unitils.core.dbsupport   
org.unitils.database   
org.unitils.dbmaintainer   
org.unitils.dbmaintainer.util   
 

Uses of SQLHandler in org.unitils.core.dbsupport
 

Classes in org.unitils.core.dbsupport that implement SQLHandler
 class DefaultSQLHandler
          Class to which database updates and queries are passed.
 

Methods in org.unitils.core.dbsupport that return SQLHandler
 SQLHandler DbSupport.getSQLHandler()
          Gets the sql handler.
 

Methods in org.unitils.core.dbsupport with parameters of type SQLHandler
static DbSupport DbSupportFactory.getDbSupport(Properties configuration, SQLHandler sqlHandler, String schemaName)
          Returns the dbms specific DbSupport as configured in the given Configuration.
static List<DbSupport> DbSupportFactory.getDbSupports(Properties configuration, SQLHandler sqlHandler)
          Returns the dbms specific DbSupport instances for all configured schemas.
static DbSupport DbSupportFactory.getDefaultDbSupport(Properties configuration, SQLHandler sqlHandler)
          Returns the dbms specific DbSupport as configured in the given Configuration for the default schema.
 void DbSupport.init(Properties configuration, SQLHandler sqlHandler, String schemaName)
          Initializes this DbSupport object with the given schemaName and dataSource.
 

Uses of SQLHandler in org.unitils.database
 

Methods in org.unitils.database that return SQLHandler
protected  SQLHandler DatabaseModule.getDefaultSqlHandler()
           
 

Methods in org.unitils.database with parameters of type SQLHandler
 void DatabaseModule.resetDatabaseState(SQLHandler sqlHandler)
          Updates the database version to the current version, without issuing any other updates to the database.
 void DatabaseModule.updateDatabase(SQLHandler sqlHandler)
          Determines whether the test database is outdated and, if that is the case, updates the database with the latest changes.
 

Uses of SQLHandler in org.unitils.dbmaintainer
 

Constructors in org.unitils.dbmaintainer with parameters of type SQLHandler
DBMaintainer(Properties configuration, SQLHandler sqlHandler)
          Create a new instance of DBMaintainer, The concrete implementations of all helper classes are derived from the given Configuration object.
 

Uses of SQLHandler in org.unitils.dbmaintainer.util
 

Fields in org.unitils.dbmaintainer.util declared as SQLHandler
protected  SQLHandler BaseDatabaseAccessor.sqlHandler
          Provides connections to the unit test database
 

Methods in org.unitils.dbmaintainer.util with parameters of type SQLHandler
static
<T extends DatabaseAccessing>
T
DatabaseModuleConfigUtils.getConfiguredDatabaseTaskInstance(Class<T> databaseTaskType, Properties configuration, SQLHandler sqlHandler)
          Retrieves the concrete instance of the class with the given type as configured by the given Configuration.
 void DatabaseAccessing.init(Properties configuration, SQLHandler sqlHandler)
          Initializes the database operation class with the given Properties, SQLHandler.
 void BaseDatabaseAccessor.init(Properties configuration, SQLHandler sqlHandler)
          Initializes the database operation class with the given Properties, DataSource.
 



Copyright © 2011. All Rights Reserved.