| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlProcessorLoader.EngineType |
SqlProcessorLoader.AsyncEngineInit.engineType |
| Modifier and Type | Method and Description |
|---|---|
static SqlProcessorLoader.EngineType |
SqlProcessorLoader.EngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlProcessorLoader.EngineType[] |
SqlProcessorLoader.EngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private SqlEngine |
SqlProcessorLoader.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,SqlEngine> |
SqlProcessorLoader.Engine.get(SqlProcessorLoader.EngineType type) |
(package private) ConcurrentHashMap<String,ConcurrentHashMap<String,SqlProcessResult>> |
SqlProcessorLoader.Cache.get(SqlProcessorLoader.EngineType type) |
SqlEngine |
SqlProcessorLoader.getDynamicEngine(String name,
SqlProcessorLoader.EngineType engineType,
String sqlStatement)
Returns the named dynamic SQL Engine instance (the primary SQL Processor class).
|
Map<String,SqlEngine> |
SqlProcessorLoader.getDynamicEngines(SqlProcessorLoader.EngineType engineType)
Returns all dynamic engines of the required type
|
SqlEngine |
SqlProcessorLoader.getEngine(String name,
SqlProcessorLoader.EngineType engineType)
Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class).
|
Map<String,SqlEngine> |
SqlProcessorLoader.getEngines(SqlProcessorLoader.EngineType engineType)
Returns all static engines of the required type
|
private Map<String,SqlMetaStatement> |
SqlProcessorLoader.getStatements(SqlProcessorLoader.EngineType engineType)
Returns the static statements container based on required SQL Engine type
|
SqlEngine |
SqlProcessorLoader.getStaticEngine(String name,
SqlProcessorLoader.EngineType engineType)
Returns the named static SQL Engine instance (the primary SQL Processor class).
|
| Constructor and Description |
|---|
SqlProcessorLoader.AsyncEngineInit(String name,
SqlProcessorLoader.EngineType engineType,
ConcurrentHashMap<String,String> enginesInitErrors) |
Copyright © 2016. All rights reserved.