|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlEngine | |
|---|---|
| org.sqlproc.engine | The public part of the SQL Processor implementation. |
| org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
| Uses of SqlEngine in org.sqlproc.engine |
|---|
| Subclasses of SqlEngine in org.sqlproc.engine | |
|---|---|
class |
SqlCrudEngine
The primary SQL Processor class for the META SQL CRUD statement execution. |
class |
SqlProcedureEngine
The primary SQL Processor class for the META SQL stored procedures execution. |
class |
SqlQueryEngine
The primary SQL Processor class for the META SQL query execution. |
| Fields in org.sqlproc.engine with type parameters of type SqlEngine | |
|---|---|
private Map<String,SqlEngine> |
SqlProcessorLoader.dynamicEngines
The collection of named dynamic SQL Engines (the primary SQL Processor class) instances. |
private Map<String,SqlEngine> |
SqlProcessorLoader.engines
The collection of named SQL Engines (the primary SQL Processor class) instances. |
| Methods in org.sqlproc.engine that return SqlEngine | |
|---|---|
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). |
private SqlEngine |
SqlProcessorLoader.getDynamicEngine(String name,
SqlProcessorLoader.EngineType engineType,
String sqlStatement)
Returns the named dynamic SQL Engine instance (the primary SQL Processor class). |
private SqlEngine |
SqlProcessorLoader.getEngine(String name,
SqlProcessorLoader.EngineType engineType)
Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class). |
private SqlEngine |
SqlProcessorLoader.getStaticEngine(String name,
SqlProcessorLoader.EngineType engineType)
Returns the named static SQL Engine instance (the primary SQL Processor class). |
| Methods in org.sqlproc.engine that return types with arguments of type SqlEngine | |
|---|---|
Map<String,SqlEngine> |
SqlProcessorLoader.getDynamicEngines()
Returns the collection of names of all initialized/constructed dynamic SQL Engine instances. |
Map<String,SqlEngine> |
SqlSimpleFactory.getDynamicEngines()
Returns the collection of names of all initialized/constructed dynamic SQL Engine instances. |
Map<String,SqlEngine> |
SqlEngineFactory.getDynamicEngines()
Returns the collection of names of all initialized/constructed dynamic SQL Engine instances. |
Map<String,SqlEngine> |
SqlProcessorLoader.getEngines()
Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances. |
Map<String,SqlEngine> |
SqlSimpleFactory.getEngines()
Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances. |
Map<String,SqlEngine> |
SqlEngineFactory.getEngines()
Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances. |
| Methods in org.sqlproc.engine with parameters of type SqlEngine | |
|---|---|
private void |
SqlProcessorLoader.check(String name,
SqlEngine sqlEngine)
Check the SQL Engine instance is not null |
private void |
SqlProcessorLoader.loadStatementFeatures(String name,
SqlEngine sqlEngine)
Some filters can be the optional features in the statement context. |
| Uses of SqlEngine in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl declared as SqlEngine | |
|---|---|
(package private) SqlEngine |
SqlProcessContext.sqlEngine
The primary SQL Processor class for the META SQL execution. |
| Methods in org.sqlproc.engine.impl with parameters of type SqlEngine | |
|---|---|
SqlProcessResult |
SqlMetaStatement.process(SqlMetaStatement.Type sqlStatementType,
Object dynamicInputValues,
SqlControl sqlControl,
SqlEngine sqlEngine)
The main contract for a dynamic ANSI SQL Query generation. |
| Constructors in org.sqlproc.engine.impl with parameters of type SqlEngine | |
|---|---|
SqlProcessContext(SqlMetaStatement.Type sqlStatementType,
Object dynamicInputValues,
SqlControl sqlControl,
SqlEngine sqlEngine)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||