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 classSqlProcessorLoader.AsyncEngineInitstatic interfaceSqlQuery.SqlQueryRowProcessorA low level callback to be used with the cursor based queries.interfaceSqlRowProcessor<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 intSqlEngineFactory. getAsyncInitThreads()Returns the number of threads used for asynchronous initializationBooleanSqlEngineFactory. isAsyncInitFinished()Returns the flag indicating the asynchronous SQL Processor engines initialization has been finished.
-