|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.util.Properties configuration,
SQLHandler sqlHandler,
java.lang.String schemaName)
Returns the dbms specific DbSupport as configured in the given Configuration. |
static java.util.List<DbSupport> |
DbSupportFactory.getDbSupports(java.util.Properties configuration,
SQLHandler sqlHandler)
Returns the dbms specific DbSupport instances for all configured schemas. |
static DbSupport |
DbSupportFactory.getDefaultDbSupport(java.util.Properties configuration,
SQLHandler sqlHandler)
Returns the dbms specific DbSupport as configured in the given Configuration for the
default schema. |
void |
DbSupport.init(java.util.Properties configuration,
SQLHandler sqlHandler,
java.lang.String schemaName)
Initializes this DbSupport object with the given schemaName and dataSource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||