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 |
---|---|
Table |
CompleteTransaction.evaluate() |
abstract Table |
Statement.evaluate()
Evaluates the statement and returns a table that represents the result
set.
|
Table |
SQLQueryExecutor.execute(DatabaseConnection connection,
SQLQuery query)
Executes the given SQLQuery object on the given DatabaseConnection object.
|
Copyright © 2015. All rights reserved.