|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbSession | |
---|---|
goldengate.common.database | Classes implementing Database access |
goldengate.common.database.data | Classes implementing Database Data model |
goldengate.common.database.model | Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL) |
Uses of DbSession in goldengate.common.database |
---|
Fields in goldengate.common.database declared as DbSession | |
---|---|
DbSession |
DbAdmin.session
session is the Session object for all type of requests |
Methods in goldengate.common.database that return DbSession | |
---|---|
DbSession |
DbPreparedStatement.getDbSession()
|
Methods in goldengate.common.database with parameters of type DbSession | |
---|---|
static void |
DbAdmin.addConnection(long id,
DbSession session)
Add a Connection into the list |
Constructors in goldengate.common.database with parameters of type DbSession | |
---|---|
DbPreparedStatement(DbSession ls)
Create a DbPreparedStatement from DbSession object |
|
DbPreparedStatement(DbSession ls,
String request)
Create a DbPreparedStatement from DbSession object and a request |
|
DbPreparedStatement(DbSession ls,
String request,
int nbFetch)
Create a DbPreparedStatement from DbSession object and a request |
|
DbRequest(DbSession ls)
Create a new request from the DbSession |
Uses of DbSession in goldengate.common.database.data |
---|
Fields in goldengate.common.database.data declared as DbSession | |
---|---|
protected DbSession |
AbstractDbData.dbSession
The DbSession to use |
Methods in goldengate.common.database.data with parameters of type DbSession | |
---|---|
static DbPreparedStatement |
DbDataModel.getUpdatedPrepareStament(DbSession session)
|
Constructors in goldengate.common.database.data with parameters of type DbSession | |
---|---|
AbstractDbData(DbSession dbSession)
Abstract constructor to set the DbSession to use |
|
AbstractDbDataWithCommit(DbSession dbSession)
Abstract constructor to set the DbSession to use |
|
DbDataModel(DbSession dbSession,
String hostid)
|
|
DbDataModel(DbSession dbSession,
String hostid,
long rg,
long wg,
long rs,
long ws,
long del)
|
Uses of DbSession in goldengate.common.database.model |
---|
Methods in goldengate.common.database.model with parameters of type DbSession | |
---|---|
protected void |
DbModelAbstract.closeInternalConnection(DbSession dbSession)
Internal use for closing connection while validating it |
void |
DbModelPostgresql.createTables(DbSession session)
|
void |
DbModelOracle.createTables(DbSession session)
|
void |
DbModelMysql.createTables(DbSession session)
|
void |
DbModelH2.createTables(DbSession session)
|
void |
DbModel.createTables(DbSession session)
Create all necessary tables into the database |
long |
DbModelPostgresql.nextSequence(DbSession dbSession)
|
long |
DbModelOracle.nextSequence(DbSession dbSession)
|
long |
DbModelMysql.nextSequence(DbSession dbSession)
|
long |
DbModelH2.nextSequence(DbSession dbSession)
|
long |
DbModel.nextSequence(DbSession dbSession)
|
void |
DbModelPostgresql.resetSequence(DbSession session,
long newvalue)
|
void |
DbModelOracle.resetSequence(DbSession session,
long newvalue)
|
void |
DbModelMysql.resetSequence(DbSession session,
long newvalue)
|
void |
DbModelH2.resetSequence(DbSession session,
long newvalue)
|
void |
DbModel.resetSequence(DbSession session,
long newvalue)
Reset the sequence (example) |
void |
DbModelPostgresql.validConnection(DbSession dbSession)
|
void |
DbModelAbstract.validConnection(DbSession dbSession)
|
void |
DbModel.validConnection(DbSession dbSession)
Validate connection |
void |
DbModelAbstract.validConnectionSelect(DbSession dbSession)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |