Uses of Enum Class
org.sqlproc.engine.SqlProcessorLoader.EngineType
Packages that use SqlProcessorLoader.EngineType
-
Uses of SqlProcessorLoader.EngineType in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlProcessorLoader.EngineTypeModifier and TypeFieldDescriptionprivate SqlProcessorLoader.EngineTypeSqlProcessorLoader.AsyncEngineInit.engineTypeMethods in org.sqlproc.engine that return SqlProcessorLoader.EngineTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SqlProcessorLoader.EngineType[]SqlProcessorLoader.EngineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sqlproc.engine with parameters of type SqlProcessorLoader.EngineTypeModifier and TypeMethodDescriptionprivate SqlEngineSqlProcessorLoader.createEngine(String name, SqlProcessorLoader.EngineType engineType, SqlMetaStatement stmt, String sqlStatement) Creates a new instance of the SQL Engine instance (the primary SQL Processor class).(package private) ConcurrentHashMap<String, ConcurrentHashMap<String, SqlProcessResult>> SqlProcessorLoader.Cache.get(SqlProcessorLoader.EngineType type) (package private) ConcurrentHashMap<String, SqlEngine> SqlProcessorLoader.Engine.get(SqlProcessorLoader.EngineType type) SqlProcessorLoader.getDynamicEngine(String name, SqlProcessorLoader.EngineType engineType, String sqlStatement) Returns the named dynamic SQL Engine instance (the primary SQL Processor class).SqlProcessorLoader.getDynamicEngines(SqlProcessorLoader.EngineType engineType) Returns all dynamic engines of the required typeSqlProcessorLoader.getEngine(String name, SqlProcessorLoader.EngineType engineType) Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class).SqlProcessorLoader.getEngines(SqlProcessorLoader.EngineType engineType) Returns all static engines of the required typeprivate Map<String, SqlMetaStatement> SqlProcessorLoader.getStatements(SqlProcessorLoader.EngineType engineType) Returns the static statements container based on required SQL Engine typeSqlProcessorLoader.getStaticEngine(String name, SqlProcessorLoader.EngineType engineType) Returns the named static SQL Engine instance (the primary SQL Processor class).Constructors in org.sqlproc.engine with parameters of type SqlProcessorLoader.EngineTypeModifierConstructorDescriptionAsyncEngineInit(String name, SqlProcessorLoader.EngineType engineType, ConcurrentHashMap<String, String> enginesInitErrors)