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 voidTransaction. closeAndCommit()Closes and marks a transaction as committed.voidDatabaseConnection. 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 TableCompleteTransaction. evaluate()abstract TableStatement. evaluate()Evaluates the statement and returns a table that represents the result set.TableSQLQueryExecutor. execute(DatabaseConnection connection, SQLQuery query)Executes the given SQLQuery object on the given DatabaseConnection object.
-