Uses of Class
org.sqlproc.engine.SqlDefaultFactory
-
Packages that use SqlDefaultFactory Package Description 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 SqlDefaultFactory in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlDefaultFactory Modifier and Type Field Description protected SqlDefaultFactory
SqlDefaultFactory.SqlThreadPoolExecutor. factory
Constructors in org.sqlproc.engine with parameters of type SqlDefaultFactory Constructor Description SqlThreadPoolExecutor(int corePoolSize, SqlDefaultFactory factory)
-
Uses of SqlDefaultFactory in org.sqlproc.engine.jdbc
Subclasses of SqlDefaultFactory in org.sqlproc.engine.jdbc Modifier and Type Class Description class
JdbcEngineFactory
The implementation of theSqlEngineFactory
optimized for the JDBC stack.
-