Uses of Class
org.sqlproc.engine.SqlEngine

Packages that use SqlEngine
org.sqlproc.engine The public part of the SQL Processor implementation. 
 

Uses of SqlEngine in org.sqlproc.engine
 

Subclasses of SqlEngine in org.sqlproc.engine
 class SqlCrudEngine
          The primary SQL Processor class for the META SQL CRUD statement execution.
 class SqlProcedureEngine
          The primary SQL Processor class for the META SQL stored procedures execution.
 class SqlQueryEngine
          The primary SQL Processor class for the META SQL query execution.
 

Fields in org.sqlproc.engine with type parameters of type SqlEngine
private  Map<String,SqlEngine> SqlProcessorLoader.dynamicEngines
          The collection of named dynamic SQL Engines (the primary SQL Processor class) instances.
private  Map<String,SqlEngine> SqlProcessorLoader.engines
          The collection of named SQL Engines (the primary SQL Processor class) instances.
 

Methods in org.sqlproc.engine that return SqlEngine
private  SqlEngine SqlProcessorLoader.createEngine(String name, SqlProcessorLoader.EngineType engineType, SqlMetaStatement stmt, String sqlStatement)
          Creates a new instance of the SQL Engine instance (the primary SQL Processor class).
private  SqlEngine SqlProcessorLoader.getDynamicEngine(String name, SqlProcessorLoader.EngineType engineType, String sqlStatement)
          Returns the named dynamic SQL Engine instance (the primary SQL Processor class).
private  SqlEngine SqlProcessorLoader.getEngine(String name, SqlProcessorLoader.EngineType engineType)
          Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class).
private  SqlEngine SqlProcessorLoader.getStaticEngine(String name, SqlProcessorLoader.EngineType engineType)
          Returns the named static SQL Engine instance (the primary SQL Processor class).
 

Methods in org.sqlproc.engine that return types with arguments of type SqlEngine
 Map<String,SqlEngine> SqlEngineFactory.getDynamicEngines()
          Returns the collection of names of all initialized/constructed dynamic SQL Engine instances.
 Map<String,SqlEngine> SqlProcessorLoader.getDynamicEngines()
          Returns the collection of names of all initialized/constructed dynamic SQL Engine instances.
 Map<String,SqlEngine> SqlSimpleFactory.getDynamicEngines()
          Returns the collection of names of all initialized/constructed dynamic SQL Engine instances.
 Map<String,SqlEngine> SqlEngineFactory.getEngines()
          Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances.
 Map<String,SqlEngine> SqlProcessorLoader.getEngines()
          Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances.
 Map<String,SqlEngine> SqlSimpleFactory.getEngines()
          Returns the collection of named dynamic SQL Engines (the primary SQL Processor class) instances.
 

Methods in org.sqlproc.engine with parameters of type SqlEngine
private  void SqlProcessorLoader.check(String name, SqlEngine sqlEngine)
          Check the SQL Engine instance is not null
private  void SqlProcessorLoader.loadStatementFeatures(String name, SqlEngine sqlEngine)
          Some filters can be the optional features in the statement context.
 



Copyright © 2014. All rights reserved.