Uses of Interface
com.avoka.core.sql.ResultSetProcessor
Packages that use ResultSetProcessor
-
Uses of ResultSetProcessor in com.avoka.core.sql
Methods in com.avoka.core.sql with parameters of type ResultSetProcessorModifier and TypeMethodDescriptionvoid
PreparedStatementExecutor.executeQuery
(String sqlStatement, ResultSetProcessor resultSetProcessor) Execute the sql statement and the result is handled by the processor.void
PreparedStatementExecutor.executeQuery
(String sqlStatement, String[] args, ResultSetProcessor resultSetProcessor) Execute the sql statement with list of arguments and the result is handled by the processor.