| Package | Description |
|---|---|
| org.unitils.core.dbsupport |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSQLHandler
Class to which database updates and queries are passed.
|
| Modifier and Type | Method and Description |
|---|---|
SQLHandler |
DbSupport.getSQLHandler()
Gets the sql handler.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All Rights Reserved.