Package com.github.tadukoo.database.mysql.transaction
package com.github.tadukoo.database.mysql.transaction
Contains 
SQLTransaction and some
 implementations of it- 
ClassDescriptionInsert and Get ID is a
SQLTransactionthat will run an insert statement on a table and then retrieve the id of the new entry.SQLTransaction<ResultType>Represents a transaction in MySQL