Uses of Class
org.sqlproc.engine.SqlEngineException

Packages that use SqlEngineException
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 SqlEngineException in org.sqlproc.engine
 

Constructors in org.sqlproc.engine that throw SqlEngineException
SqlCrudEngine(java.lang.String name, java.lang.String statement)
          Creates a new instance of SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(java.lang.String name, java.lang.String statement, SqlMonitor monitor, java.util.Map<java.lang.String,java.lang.Object> features)
          Creates a new instance of SqlCrudEngine from one META SQL statement 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, java.lang.String filter)
          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, java.lang.String filter, 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, java.lang.String filter, 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.
SqlQueryEngine(java.lang.String name, java.lang.String statement, java.lang.String mapping)
          Creates a new instance of SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
SqlQueryEngine(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 SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
 

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).
 



Copyright © 2011. All Rights Reserved.