|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlEngineException | |
|---|---|
| org.sqlproc.engine | The package org.sqlproc.engine contains the public part of SQL Processor implementation. |
| org.sqlproc.engine.impl | |
| Uses of SqlEngineException in org.sqlproc.engine |
|---|
| Constructors in org.sqlproc.engine that throw SqlEngineException | |
|---|---|
SqlEngine(java.lang.String name,
java.lang.String statement,
java.lang.String mapping)
Creates a new instance of SqlEngine from one META SQL statement string and one SQL Mapping rule string. |
|
SqlEngine(java.lang.String name,
java.lang.String statement,
java.lang.String mapping,
SqlMonitor monitor,
java.util.Map<java.lang.String,java.lang.Object> features)
Creates a new instance of SqlEngine from one META SQL statement string and one SQL Mapping rule string. |
|
SqlEngineLoader(java.util.Properties props)
Creates a new instance of SqlEngineLoader from the properties repository (which is in fact a collection of META SQL statements, Mapping rules and Optional features. |
|
SqlEngineLoader(java.util.Properties props,
SqlMonitorFactory monitorFactory)
Creates a new instance of SqlEngineLoader from the properties repository (which is in fact a collection of META SQL statements, Mapping rules and Optional features. |
|
SqlEngineLoader(java.util.Properties props,
SqlMonitorFactory monitorFactory,
java.lang.String... selectQueries)
Creates a new instance of SqlEngineLoader from the properties repository (which is in fact a collection of META SQL statements, Mapping rules and Optional features. |
|
| Uses of SqlEngineException in org.sqlproc.engine.impl |
|---|
| Methods in org.sqlproc.engine.impl that throw SqlEngineException | |
|---|---|
static SqlMappingRule |
SqlMappingRule.getInstance(java.lang.String mappingStatement)
Simple factory method (design pattern). |
static SqlMetaStatement |
SqlMetaStatement.getInstance(java.lang.String statement)
Simple factory method (design pattern). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||