Uses of Interface
com.iizix.server.db.DBOperation
Uses of DBOperation in com.iizix.server.db
Modifier 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.