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, String dialect)
          Returns the dbms specific DbSupport as configured in the given Configuration.
static List<DbSupport> DbSupportFactory.getDbSupports(Properties configuration, SQLHandler sqlHandler, String dialect, List<String> schemaNames)
          Returns the dbms specific DbSupport instances for all configured schemas.
static DbSupport DbSupportFactory.getDefaultDbSupport(Properties configuration, SQLHandler sqlHandler, String dialect, String defaultSchemaName)
          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 © 2014. All Rights Reserved.