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.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.configuration |
Classes implementing Configuration loading from database or files
|
Modifier and Type | Method and Description |
---|---|
long |
DbRequest.getLastId()
Get the last ID autoincrement from the last request
|
Modifier and Type | Method and Description |
---|---|
long |
DbModelCommonMariadbMySql.nextSequence(DbSession dbSession) |
long |
DbModelOracle.nextSequence(DbSession dbSession) |
long |
DbModelPostgresql.nextSequence(DbSession dbSession) |
long |
DbModel.nextSequence(DbSession dbSession) |
long |
DbModelH2.nextSequence(DbSession dbSession) |
long |
EmptyDbModel.nextSequence(DbSession dbSession) |
Modifier and Type | Method and Description |
---|---|
long |
DbModelH2Ftp.nextSequence(DbSession dbSession) |
long |
DbModelMariaDbFtp.nextSequence(DbSession dbSession) |
long |
DbModelMysqlFtp.nextSequence(DbSession dbSession) |
long |
DbModelOracleFtp.nextSequence(DbSession dbSession) |
long |
DbModelPostgresqlFtp.nextSequence(DbSession dbSession) |
Modifier and Type | Method and Description |
---|---|
long |
DbModelH2Kernel.nextSequence(DbSession dbSession) |
long |
DbModelMariaDbKernel.nextSequence(DbSession dbSession) |
long |
DbModelMysqlKernel.nextSequence(DbSession dbSession) |
long |
DbModelOracleKernel.nextSequence(DbSession dbSession) |
long |
DbModelPostgresqlKernel.nextSequence(DbSession dbSession) |
static long |
DbModelFactoryGateway.nextSequenceMonitoring(DbSession dbSession) |
static long |
DbModelOracleKernel.nextSequenceMonitoring(DbSession dbSession) |
static long |
DbModelMysqlKernel.nextSequenceMonitoring(DbSession dbSession,
ReentrantLock lock) |
Modifier and Type | Method and Description |
---|---|
static DbRule |
RuleFileBasedConfiguration.getFromFile(File file)
Load and update a Rule from a file
|
static List<DbRule> |
RuleFileBasedConfiguration.getMultipleFromFile(File file)
Load and update multiple Rules from one file
|
Copyright © 2009–2020 Waarp. All rights reserved.