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