| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
SqlProcessorLoader.AsyncEngineInit |
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SqlEngineFactory.getAsyncInitThreads()
Returns the number of threads used for asynchronous initialization
|
Boolean |
SqlEngineFactory.isAsyncInitFinished()
Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
|
<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 © 2016. All rights reserved.