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(String name, String statement, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlCrudEngine(String name, String statement, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlEngineLoader(Properties props, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties props, SqlTypeFactory typeFactory, String filter)
          Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties props, SqlTypeFactory typeFactory, String filter, SqlMonitorFactory monitorFactory)
          Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlEngineLoader(Properties props, SqlTypeFactory typeFactory, String filter, SqlMonitorFactory monitorFactory, List<SqlInternalType> customTypes, String... selectQueries)
          Creates a new instance of the SqlEngineLoader from the properties repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlQueryEngine(String name, String statement, String mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
SqlQueryEngine(String name, String statement, String mapping, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL query 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 SqlMetaStatement SqlMetaStatement.getInstance(String statement, SqlTypeFactory typeFactory)
          Simple factory method (design pattern).
static SqlMappingRule SqlMappingRule.getInstance(String mappingStatement, SqlTypeFactory typeFactory)
          Simple factory method (design pattern).
 



Copyright © 2011. All Rights Reserved.