Uses of Interface
org.sqlproc.engine.SqlQuery.SqlQueryRowProcessor
Packages that use SqlQuery.SqlQueryRowProcessor
Package
Description
The public part of the SQL Processor implementation.
The adapters and proxies for the JDBC stack.
-
Uses of SqlQuery.SqlQueryRowProcessor in org.sqlproc.engine
Methods in org.sqlproc.engine with parameters of type SqlQuery.SqlQueryRowProcessorModifier and TypeMethodDescriptionint
SqlQuery.query
(SqlRuntimeContext runtime, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor) Process the query output using theSqlQuery.SqlQueryRowProcessor
. -
Uses of SqlQuery.SqlQueryRowProcessor in org.sqlproc.engine.jdbc
Methods in org.sqlproc.engine.jdbc with parameters of type SqlQuery.SqlQueryRowProcessorModifier and TypeMethodDescriptionint
JdbcQuery.query
(SqlRuntimeContext runtimeCtx, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor) Process the query output using theSqlQuery.SqlQueryRowProcessor
.