Uses of Interface
com.avoka.core.sql.ResultSetProcessor
-
Uses of ResultSetProcessor in com.avoka.core.sql
Modifier 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.