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 SqlDefaultFactorySqlDefaultFactory.SqlThreadPoolExecutor. factoryConstructors 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 classJdbcEngineFactoryThe implementation of theSqlEngineFactoryoptimized for the JDBC stack.
-