Uses of Interface
net.foxgenesis.watame.sql.AbstractDatabase.StatementFunction
Packages that use AbstractDatabase.StatementFunction
-
Uses of AbstractDatabase.StatementFunction in net.foxgenesis.watame.sql
Methods in net.foxgenesis.watame.sql with parameters of type AbstractDatabase.StatementFunctionModifier and TypeMethodDescriptionprotected <R> RAbstractDatabase.mapStatement(String id, AbstractDatabase.StatementFunction<R> function) NEED_JAVADOCprotected <R> RAbstractDatabase.mapStatement(String id, AbstractDatabase.StatementFunction<R> function, Consumer<SQLException> errorHandler) NEED_JAVADOC