|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbSupport | |
|---|---|
| org.unitils.core.dbsupport | |
| Uses of DbSupport in org.unitils.core.dbsupport |
|---|
| Subclasses of DbSupport in org.unitils.core.dbsupport | |
|---|---|
class |
Db2DbSupport
Implementation of DbSupport for an IBM DB2 database |
class |
DerbyDbSupport
Implementation of DbSupport for a Derby database. |
class |
H2DbSupport
Implementation of DbSupport for a H2
database |
class |
HsqldbDbSupport
Implementation of DbSupport for a hsqldb database |
class |
MsSqlDbSupport
Implementation of DbSupport for a MsSQL database. |
class |
MySqlDbSupport
Implementation of DbSupport for a MySql database. |
class |
Oracle10DbSupport
|
class |
Oracle9DbSupport
|
class |
OracleDbSupport
Implementation of DbSupport for an Oracle database. |
class |
PostgreSqlDbSupport
Implementation of DbSupport for a PostgreSql database. |
| Methods in org.unitils.core.dbsupport that return DbSupport | |
|---|---|
static DbSupport |
DbSupportFactory.getDbSupport(Properties configuration,
SQLHandler sqlHandler,
String schemaName,
String dialect)
Returns the dbms specific DbSupport as configured in the given Configuration. |
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. |
| Methods in org.unitils.core.dbsupport that return types with arguments of type DbSupport | |
|---|---|
static List<DbSupport> |
DbSupportFactory.getDbSupports(Properties configuration,
SQLHandler sqlHandler,
String dialect,
List<String> schemaNames)
Returns the dbms specific DbSupport instances for all configured schemas. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||