Uses of Interface
com.avoka.core.sql.ResultSetProcessor
-
Packages that use ResultSetProcessor Package Description com.avoka.core.sql Provides SQL utility classes. -
-
Uses of ResultSetProcessor in com.avoka.core.sql
Methods in com.avoka.core.sql with parameters of type ResultSetProcessor Modifier and Type Method Description void
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.
-