|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbType | |
---|---|
goldengate.common.database | Classes implementing Database access |
goldengate.common.database.model | Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL) |
Uses of DbType in goldengate.common.database |
---|
Fields in goldengate.common.database declared as DbType | |
---|---|
DbType |
DbAdmin.typeDriver
Database type |
Constructors in goldengate.common.database with parameters of type DbType | |
---|---|
DbAdmin(DbType driver,
String server,
String user,
String passwd)
Use a default server for basic connection. |
|
DbAdmin(DbType driver,
String server,
String user,
String passwd,
boolean write)
Use a default server for basic connection. |
Uses of DbType in goldengate.common.database.model |
---|
Fields in goldengate.common.database.model declared as DbType | |
---|---|
static DbType |
DbModelPostgresql.type
|
static DbType |
DbModelOracle.type
|
static DbType |
DbModelMysql.type
|
static DbType |
DbModelH2.type
|
Methods in goldengate.common.database.model that return DbType | |
---|---|
DbType |
DbModelPostgresql.getDbType()
|
DbType |
DbModelOracle.getDbType()
|
DbType |
DbModelMysql.getDbType()
|
DbType |
DbModelH2.getDbType()
|
DbType |
DbModel.getDbType()
|
static DbType |
DbType.getFromDriver(String driver)
|
static DbType |
DbType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DbType[] |
DbType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |