|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sqlproc.engine.SqlEngine
public class SqlEngine
Common ancestor for SqlQueryEngine and SqlCrudEngine.
For more info please see the Reference Guide or tutorials.
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
features
Configuration of SQL Processor using Map of features. |
protected org.slf4j.Logger |
logger
The internal slf4j logger. |
protected SqlMappingRule |
mapping
Precompiled Mapping rule, which is SQL result to Java output classes mapping prescription. |
protected SqlMonitor |
monitor
Monitor for the runtime statistics gathering. |
protected java.lang.String |
name
Name of this META SQL, which uniquely identifies the instance. |
protected SqlMetaStatement |
statement
Precompiled META SQL, which is ANSI SQL extension using ANTLR defined grammar. |
| Constructor Summary | |
|---|---|
SqlEngine(java.lang.String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
java.util.Map<java.lang.String,java.lang.Object> features)
Creates a new instance of SqlEngine from one META SQL statement and one SQL Mapping rule instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
protected java.lang.String name
protected SqlMetaStatement statement
protected SqlMappingRule mapping
protected java.util.Map<java.lang.String,java.lang.Object> features
protected SqlMonitor monitor
| Constructor Detail |
|---|
public SqlEngine(java.lang.String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
java.util.Map<java.lang.String,java.lang.Object> features)
name - the name if this SQL Engine instancestatement - the precompiled META SQL statement, extension of ANSI SQLmapping - the precompiled SQL Mapping rule, SQL result to Java output classes mappingmonitor - the SQL Monitor for the runtime statistics gatheringfeatures - the optional SQL Processor features
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||