Uses of Interface
net.foxgenesis.database.AbstractDatabase.SQLFunction
Packages that use AbstractDatabase.SQLFunction
-
Uses of AbstractDatabase.SQLFunction in net.foxgenesis.database
Methods in net.foxgenesis.database with parameters of type AbstractDatabase.SQLFunctionModifier and TypeMethodDescriptionprotected <U> UAbstractDatabase.mapCallable(String id, AbstractDatabase.SQLFunction<CallableStatement, U> func, Consumer<Throwable> error) NEED_JAVADOCprotected <U> UAbstractDatabase.mapStatement(String id, AbstractDatabase.SQLFunction<PreparedStatement, U> func, Consumer<Throwable> error) NEED_JAVADOC