Uses of Class
org.sqlproc.engine.annotation.Beta

Packages that use Beta
org.sqlproc.engine The public part of the SQL Processor implementation. 
 

Uses of Beta in org.sqlproc.engine
 

Classes in org.sqlproc.engine with annotations of type Beta
static interface SqlQuery.SqlQueryRowProcessor
          A low level callback to be used with the cursor based queries.
 interface SqlRowProcessor<E>
          A callback to be used with the cursor based queries.
 

Methods in org.sqlproc.engine with annotations of type Beta
 int SqlQuery.query(SqlRuntimeContext runtime, SqlQuery.SqlQueryRowProcessor sqlQueryRowProcessor)
          Process the query output using the SqlQuery.SqlQueryRowProcessor.
<E> Integer
SqlQueryEngine.query(SqlSession session, Class<E> resultClass, Object dynamicInputValues, SqlControl sqlControl, SqlRowProcessor<E> sqlRowProcessor)
          Runs the META SQL query to process the query output using SqlRowProcessor.
 



Copyright © 2015. All rights reserved.