Uses of Class
com.mckoi.database.TransactionException
-
Packages that use TransactionException Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret -
-
Uses of TransactionException in com.mckoi.database
Methods in com.mckoi.database that throw TransactionException Modifier and Type Method Description void
Transaction. closeAndCommit()
Closes and marks a transaction as committed.void
DatabaseConnection. commit()
Tries to commit the current transaction. -
Uses of TransactionException in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that throw TransactionException Modifier and Type Method 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.
-