Uses of Class
com.mckoi.database.TransactionException
Packages that use TransactionException
Package
Description
The core database classes for Mckoi.
-
Uses of TransactionException in com.mckoi.database
Methods in com.mckoi.database that throw TransactionExceptionModifier and TypeMethodDescriptionvoid
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 TransactionExceptionModifier and TypeMethodDescriptionCompleteTransaction.evaluate()
abstract Table
Statement.evaluate()
Evaluates the statement and returns a table that represents the result set.SQLQueryExecutor.execute
(DatabaseConnection connection, SQLQuery query) Executes the given SQLQuery object on the given DatabaseConnection object.