| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseImpl
Primary class for accessing a relational (SQL) database.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
DatabaseProvider.get() |
Database |
DatabaseProviderVertx.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.execute(Supplier<Database> db) |
void |
DbCode.run(Supplier<Database> dbs)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
T |
DbCodeTyped.run(Supplier<Database> dbs)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
T |
DbCodeTypedTx.run(Supplier<Database> db,
Transaction tx)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
void |
DbCodeTx.run(Supplier<Database> db,
Transaction tx)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
Copyright © 2020. All rights reserved.