| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseImpl
Primary class for accessing a relational (SQL) database.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
DatabaseProviderVertx.get() |
Database |
DatabaseProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.execute(java.util.function.Supplier<Database> db) |
abstract void |
DbRun.run(javax.inject.Provider<Database> db)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
T |
DbCodeTyped.run(java.util.function.Supplier<Database> dbs)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
void |
DbCode.run(java.util.function.Supplier<Database> dbs)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
T |
DbCodeTypedTx.run(java.util.function.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(java.util.function.Supplier<Database> db,
Transaction tx)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
Copyright © 2016. All rights reserved.