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

Packages that use SQLHandler
org.unitils.core.dbsupport   
 

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.
 



Copyright © 2011. All Rights Reserved.