Uses of Class
org.sqlproc.engine.annotation.Beta
-
Packages that use Beta Package Description 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 Modifier and Type Class 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.Methods in org.sqlproc.engine with annotations of type Beta Modifier and Type Method Description int
SqlEngineFactory. getAsyncInitThreads()
Returns the number of threads used for asynchronous initializationBoolean
SqlEngineFactory. isAsyncInitFinished()
Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
-