Uses of Interface
com.github.tadukoo.database.mysql.transaction.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
Modifier and TypeMethodDescription<ResultType>
ResultTypeDatabase.executeTransaction
(SQLTransaction<ResultType> transaction) Runs a SQL transaction. -
Uses of SQLTransaction in com.github.tadukoo.database.mysql.transaction
Modifier and TypeClassDescriptionclass
Insert and Get ID is aSQLTransaction
that 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
Modifier and TypeClassDescriptionclass
Query<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
Modifier and TypeClassDescriptionclass
Represents one or more MySQL update statements to be executed as a transaction.