Uses of Interface
org.r10r.sqlify.Database.Executable
-
Packages that use Database.Executable Package Description org.r10r.sqlify -
-
Uses of Database.Executable in org.r10r.sqlify
Methods in org.r10r.sqlify with parameters of type Database.Executable Modifier and Type Method Description <T> TDatabase. withConnection(boolean autocommit, Database.Executable<T> block)<T> TDatabase. withConnection(Database.Executable<T> block)<T> TDatabase. withTransaction(Database.Executable<T> block)
-