Uses of Class
org.sqlproc.engine.SqlProcessorLoader.EngineType

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

Uses of SqlProcessorLoader.EngineType in org.sqlproc.engine
 

Methods in org.sqlproc.engine that return SqlProcessorLoader.EngineType
static SqlProcessorLoader.EngineType SqlProcessorLoader.EngineType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlProcessorLoader.EngineType[] SqlProcessorLoader.EngineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sqlproc.engine with parameters of type SqlProcessorLoader.EngineType
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).
 SqlEngine SqlProcessorLoader.getDynamicEngine(String name, SqlProcessorLoader.EngineType engineType, String sqlStatement)
          Returns the named dynamic SQL Engine instance (the primary SQL Processor class).
 SqlEngine SqlProcessorLoader.getEngine(String name, SqlProcessorLoader.EngineType engineType)
          Returns the named static or dynamic SQL Engine instance (the primary SQL Processor class).
private  Map<String,SqlMetaStatement> SqlProcessorLoader.getStatements(SqlProcessorLoader.EngineType engineType)
          Returns the static statements container based on required SQL Engine type
 SqlEngine SqlProcessorLoader.getStaticEngine(String name, SqlProcessorLoader.EngineType engineType)
          Returns the named static SQL Engine instance (the primary SQL Processor class).
 



Copyright © 2015. All rights reserved.