|
||||||||||
| 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 the tutorials.
| Field Summary | |
|---|---|
protected Map<String,Object> |
features
Configuration of the SQL Processor using map of features. |
protected org.slf4j.Logger |
logger
The internal slf4j logger. |
protected SqlMappingRule |
mapping
The pre-compiled mapping rule, which is an SQL execution result to Java output classes mapping prescription. |
protected SqlMonitor |
monitor
Monitor for the runtime statistics gathering. |
protected String |
name
Name of the META SQL query or statement, which uniquely identifies this instance. |
protected SqlMetaStatement |
statement
The pre-compiled META SQL query or statement. |
protected SqlTypeFactory |
typeFactory
The factory for the META types construction. |
| Constructor Summary | |
|---|---|
SqlEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory)
Creates a new instance of the 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 String name
protected SqlMetaStatement statement
protected SqlMappingRule mapping
protected Map<String,Object> features
protected SqlMonitor monitor
protected SqlTypeFactory typeFactory
JdbcTypeFactory
.
| Constructor Detail |
|---|
public SqlEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory)
name - the name of this SQL Engine instancestatement - the pre-compiled META SQL statementmapping - the pre-compiled SQL mapping rulemonitor - the SQL Monitor for the runtime statistics gatheringfeatures - the optional SQL Processor featurestypeFactory - the factory for the META types construction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||