| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| com.mckoi.database.interpret |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.closeAndCommit()
Closes and marks a transaction as committed.
|
void |
DatabaseConnection.commit()
Tries to commit the current transaction.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Table |
Statement.evaluate()
Evaluates the statement and returns a table that represents the result
set.
|
Table |
CompleteTransaction.evaluate() |
Table |
SQLQueryExecutor.execute(DatabaseConnection connection,
SQLQuery query)
Executes the given SQLQuery object on the given DatabaseConnection object.
|
Copyright © 2019. All rights reserved.