Package | Description |
---|---|
org.waarp.common.database |
Classes implementing Database access
|
org.waarp.common.database.model |
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL, MariaDB)
|
org.waarp.gateway.ftp.database |
Classes implementing Database access
|
org.waarp.gateway.ftp.database.model |
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
|
org.waarp.gateway.kernel.database.model |
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
|
org.waarp.openr66.database.model |
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
|
Modifier and Type | Field and Description |
---|---|
static DbAdmin |
DbConstant.admin
The current DbAdmin object
|
static DbAdmin |
DbConstant.noCommitAdmin
The no-commit DbAdmin object
|
Modifier and Type | Method and Description |
---|---|
DbAdmin |
DbSession.getAdmin() |
Modifier and Type | Method and Description |
---|---|
protected void |
DbSession.setAdmin(DbAdmin admin) |
Constructor and Description |
---|
DbSession(DbAdmin admin,
boolean isReadOnly)
Create a session and connect the current object to the server using the
DbAdmin object.
|
DbSession(DbAdmin admin,
boolean isReadOnly,
boolean autoCommit)
Create a session and connect the current object to the server using the
DbAdmin object.
|
Modifier and Type | Method and Description |
---|---|
static DbAdmin |
DbModelFactory.initialize(String dbdriver,
String dbserver,
String dbuser,
String dbpasswd,
boolean write)
Initialize the Database Model according to arguments.
|
Modifier and Type | Field and Description |
---|---|
static DbAdmin |
DbConstantFtp.gatewayAdmin
Specific admin for Gateway (to not be confused with the one for R66)
|
Modifier and Type | Method and Description |
---|---|
static DbAdmin |
DbModelFactoryFtp.initialize(String dbdriver,
String dbserver,
String dbuser,
String dbpasswd,
boolean write)
Initialize the Database Model according to arguments.
|
Modifier and Type | Method and Description |
---|---|
static DbAdmin |
DbModelFactoryGateway.initialize(String dbdriver,
String dbserver,
String dbuser,
String dbpasswd,
boolean write)
Initialize the Database Model according to arguments.
|
Modifier and Type | Method and Description |
---|---|
static DbAdmin |
DbModelFactoryR66.initialize(String dbdriver,
String dbserver,
String dbuser,
String dbpasswd,
boolean write)
Initialize the Database Model according to arguments.
|
Copyright © 2009–2020 Waarp. All rights reserved.