DataBridge Documentation
2.0.17
A Java library for managing database connections and transactions
Loading...
Searching...
No Matches
Here is a list of all documented functions with links to the class documentation for each member:
- a -
applyMigration() :
io.github.kdesp73.databridge.migration.Scheman
AvailableConnections() :
io.github.kdesp73.databridge.connections.AvailableConnections
- b -
begin() :
io.github.kdesp73.databridge.helpers.Transaction
build() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- c -
callFunction() :
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
callFunctionValue() :
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
callProcedure() :
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
close() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
,
io.github.kdesp73.databridge.helpers.Transaction
columns() :
io.github.kdesp73.databridge.helpers.QueryBuilder
CommandPrompt() :
io.github.kdesp73.databridge.migration.CommandPrompt
commit() :
io.github.kdesp73.databridge.helpers.Transaction
compareTo() :
io.github.kdesp73.databridge.migration.Migration
connect() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
- d -
delay() :
io.github.kdesp73.databridge.helpers.Again
deleteFrom() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- e -
execute() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
,
io.github.kdesp73.databridge.helpers.Again.RetryableTask< T >
executeQuery() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
executeUpdate() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
- f -
from() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- g -
generate() :
io.github.kdesp73.databridge.helpers.Config
generateChecksum() :
io.github.kdesp73.databridge.migration.Migration
get() :
io.github.kdesp73.databridge.connections.DatabaseConnection
,
io.github.kdesp73.databridge.connections.MSAccessConnection
,
io.github.kdesp73.databridge.connections.OracleConnection
,
io.github.kdesp73.databridge.connections.PostgresConnection
,
io.github.kdesp73.databridge.connections.SQLiteConnection
getAbsoluteFilePaths() :
io.github.kdesp73.databridge.helpers.FileUtils
getAppliedAt() :
io.github.kdesp73.databridge.migration.SchemaChangelog
getChecksum() :
io.github.kdesp73.databridge.migration.Migration
,
io.github.kdesp73.databridge.migration.SchemaChangelog
getChecksumUp() :
io.github.kdesp73.databridge.migration.Migration
getConnection() :
io.github.kdesp73.databridge.connections.AvailableConnections
getCurrentTimestamp() :
io.github.kdesp73.databridge.helpers.SQLogger
getCurrentVersion() :
io.github.kdesp73.databridge.migration.Scheman
getDbPassword() :
io.github.kdesp73.databridge.helpers.Config
getDbRetry() :
io.github.kdesp73.databridge.helpers.Config
getDbRetryDelay() :
io.github.kdesp73.databridge.helpers.Config
getDbRetryTimes() :
io.github.kdesp73.databridge.helpers.Config
getDbUrl() :
io.github.kdesp73.databridge.helpers.Config
getDbUser() :
io.github.kdesp73.databridge.helpers.Config
getDescription() :
io.github.kdesp73.databridge.migration.Migration
getDownScript() :
io.github.kdesp73.databridge.migration.Migration
getFile() :
io.github.kdesp73.databridge.migration.Migration
getInstance() :
io.github.kdesp73.databridge.helpers.Config
getLogFile() :
io.github.kdesp73.databridge.helpers.Config
getLogger() :
io.github.kdesp73.databridge.helpers.SQLogger
getLogLevel() :
io.github.kdesp73.databridge.helpers.Config
getMigrationDescription() :
io.github.kdesp73.databridge.migration.SchemaChangelog
getScript() :
io.github.kdesp73.databridge.migration.Migration
getUpScript() :
io.github.kdesp73.databridge.migration.Migration
getVersion() :
io.github.kdesp73.databridge.migration.Migration
getVersionNumber() :
io.github.kdesp73.databridge.migration.SchemaChangelog
- i -
IncorrectOperatorException() :
io.github.kdesp73.databridge.exceptions.IncorrectOperatorException
insertInto() :
io.github.kdesp73.databridge.helpers.QueryBuilder
isValid() :
io.github.kdesp73.databridge.migration.Migration
- l -
load() :
io.github.kdesp73.databridge.helpers.Adapter
log() :
io.github.kdesp73.databridge.helpers.SQLogger
logResultSet() :
io.github.kdesp73.databridge.helpers.SQLogger
- m -
Migration() :
io.github.kdesp73.databridge.migration.Migration
- p -
printSelf() :
io.github.kdesp73.databridge.helpers.SQLogger
- q -
QueryBuilder() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- r -
readFile() :
io.github.kdesp73.databridge.helpers.FileUtils
rerunMigrations() :
io.github.kdesp73.databridge.migration.Scheman
reset() :
io.github.kdesp73.databridge.helpers.QueryBuilder
retries() :
io.github.kdesp73.databridge.helpers.Again
retryWithDelay() :
io.github.kdesp73.databridge.helpers.Again
retryWithExponentialBackoff() :
io.github.kdesp73.databridge.helpers.Again
rollback() :
io.github.kdesp73.databridge.helpers.Transaction
rollbackMigration() :
io.github.kdesp73.databridge.migration.Scheman
runMigrations() :
io.github.kdesp73.databridge.migration.Scheman
- s -
saveConfig() :
io.github.kdesp73.databridge.helpers.Config
Scheman() :
io.github.kdesp73.databridge.migration.Scheman
select() :
io.github.kdesp73.databridge.helpers.QueryBuilder
set() :
io.github.kdesp73.databridge.helpers.QueryBuilder
start() :
io.github.kdesp73.databridge.migration.CommandPrompt
- t -
templateMigration() :
io.github.kdesp73.databridge.migration.Migration
toShortString() :
io.github.kdesp73.databridge.migration.Migration
toString() :
io.github.kdesp73.databridge.connections.AvailableConnections
,
io.github.kdesp73.databridge.migration.Migration
,
io.github.kdesp73.databridge.migration.SchemaChangelog
Transaction() :
io.github.kdesp73.databridge.helpers.Transaction
- u -
update() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- v -
ValueNotFoundException() :
io.github.kdesp73.databridge.exceptions.ValueNotFoundException
values() :
io.github.kdesp73.databridge.helpers.QueryBuilder
- w -
where() :
io.github.kdesp73.databridge.helpers.QueryBuilder
writeFile() :
io.github.kdesp73.databridge.helpers.FileUtils
Generated on Tue Dec 17 2024 22:42:22 for DataBridge Documentation by
1.12.0