Uses of Interface
org.sqlproc.engine.SqlQuery.SqlQueryRowProcessor

Packages that use SqlQuery.SqlQueryRowProcessor
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
 int SqlQuery.query(SqlRuntimeContext runtime, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor)
          Process the query output using the SqlQuery.SqlQueryRowProcessor.
 

Uses of SqlQuery.SqlQueryRowProcessor in org.sqlproc.engine.jdbc
 

Methods in org.sqlproc.engine.jdbc with parameters of type SqlQuery.SqlQueryRowProcessor
 int JdbcQuery.query(SqlRuntimeContext runtimeCtx, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor)
          Process the query output using the SqlQuery.SqlQueryRowProcessor.
 



Copyright © 2015. All rights reserved.