Uses of Interface
org.sqlproc.engine.SqlQuery.SqlQueryRowProcessor
-
Packages that use SqlQuery.SqlQueryRowProcessor Package Description org.sqlproc.engine The public part of the SQL Processor implementation.org.sqlproc.engine.jdbc 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.SqlQueryRowProcessor Modifier and Type Method Description int
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.SqlQueryRowProcessor Modifier and Type Method Description int
JdbcQuery. query(SqlRuntimeContext runtimeCtx, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor)
Process the query output using theSqlQuery.SqlQueryRowProcessor
.
-