Uses of Class
org.sqlproc.engine.SqlEngine

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

Uses of SqlEngine in org.sqlproc.engine
 

Fields in org.sqlproc.engine with type parameters of type SqlEngine
private  java.util.Map<java.lang.String,SqlEngine> SqlEngineLoader.engines
          The collection of named SQL Engine (the primary SQL Processor class) instances.
 

Methods in org.sqlproc.engine that return SqlEngine
 SqlEngine SqlEngineLoader.getSqlEngine(java.lang.String name)
          Returns the named SQL Engine instance (the primary SQL Processor class).
 



Copyright © 2010. All Rights Reserved.