| Package | Description |
|---|---|
| to.etc.dbutil |
| Modifier and Type | Class and Description |
|---|---|
class |
MysqlDB |
class |
OracleDB |
class |
PostgresDB |
class |
UnknownDB |
| Modifier and Type | Field and Description |
|---|---|
static BaseDB |
GenericDB.dbtypeMYSQL |
static BaseDB |
GenericDB.dbtypeORACLE |
static BaseDB |
GenericDB.dbtypePOSTGRESQL |
static BaseDB |
GenericDB.dbtypeUNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BaseDB |
GenericDB.getDbType(Connection dbc)
Tries to return a database type for the connection passed.
|
static BaseDB |
GenericDB.getDbTypeByDriverName(String dn) |
| Modifier and Type | Method and Description |
|---|---|
static String |
GenericDB.getCheckString(BaseDB dbtype) |
Copyright © 2017 etc.to. All rights reserved.