Uses of Interface
com.github.tadukoo.database.mysql.transaction.SQLTransaction
Packages that use SQLTransaction
Package
Description
Contains classes for working with a MySQL Database
Contains 
SQLTransaction and some
 implementations of itContains 
Query and some basic implementations
 of itContains 
Updates, along with some
 implementations of it- 
Uses of SQLTransaction in com.github.tadukoo.database.mysql
Methods in com.github.tadukoo.database.mysql with parameters of type SQLTransactionModifier and TypeMethodDescription<ResultType>
ResultTypeDatabase.executeTransaction(SQLTransaction<ResultType> transaction) Runs a SQL transaction. - 
Uses of SQLTransaction in com.github.tadukoo.database.mysql.transaction
Classes in com.github.tadukoo.database.mysql.transaction that implement SQLTransactionModifier and TypeClassDescriptionclassInsert and Get ID is aSQLTransactionthat will run an insert statement on a table and then retrieve the id of the new entry. - 
Uses of SQLTransaction in com.github.tadukoo.database.mysql.transaction.query
Classes in com.github.tadukoo.database.mysql.transaction.query that implement SQLTransactionModifier and TypeClassDescriptionclassQuery<ResultType>Represents a single statement query in MySQL, to be executed as a transaction. - 
Uses of SQLTransaction in com.github.tadukoo.database.mysql.transaction.update
Classes in com.github.tadukoo.database.mysql.transaction.update that implement SQLTransactionModifier and TypeClassDescriptionclassRepresents one or more MySQL update statements to be executed as a transaction.