Uses of Interface
com.iizix.server.db.DBOperation
Packages that use DBOperation Package Description com.iizix.server.db Uses of DBOperation in com.iizix.server.db
Methods in com.iizix.server.db with parameters of type DBOperation Modifier and Type Method Description <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(java.sql.Connection conn, DBOperation<RESULT> op)
Executes a method using a functional interface using a connection.