Uses of Interface
net.foxgenesis.watame.sql.AbstractDatabase.CallableStatementFunction
Packages that use AbstractDatabase.CallableStatementFunction
-
Uses of AbstractDatabase.CallableStatementFunction in net.foxgenesis.watame.sql
Methods in net.foxgenesis.watame.sql with parameters of type AbstractDatabase.CallableStatementFunctionModifier and TypeMethodDescriptionprotected <R> RAbstractDatabase.mapCallableStatement(String id, AbstractDatabase.CallableStatementFunction<R> function) Deprecated, for removal: This API element is subject to removal in a future version.NEED_JAVADOCprotected <R> RAbstractDatabase.mapCallableStatement(String id, AbstractDatabase.CallableStatementFunction<R> function, Consumer<SQLException> errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.NEED_JAVADOC