Uses of Interface
com.iizix.server.db.DBOperation
Packages that use DBOperation
Uses of DBOperation in com.iizix.server.db
Methods in com.iizix.server.db with parameters of type DBOperationModifier and TypeMethodDescription<RESULT> RESULT
DBFunctions.execute
(DBOperation<RESULT> op) Executes a method using a functional interface, grabbing a connection from the connection pool.<RESULT> RESULT
DBFunctions.execute
(Connection conn, DBOperation<RESULT> op) Executes a method using a functional interface using a connection.