Uses of Package
org.sqlproc.engine

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

Classes in org.sqlproc.engine used by org.sqlproc.engine
SqlCrudEngine
          The primary SQL Processor class for the META SQL CRUD statement execution.
SqlEngine
          Common ancestor for SqlQueryEngine and SqlCrudEngine.
SqlEngineException
          General exception class for the SQL Processor parser.
SqlMonitor
          The vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.
SqlMonitor.Runner
          This interface is implemented in SqlQueryEngine and SqlCrudEngine main public methods.
SqlMonitorFactory
          The factory definition, which can be used to construct SqlMonitor.
SqlOrder
          The list of ordering directives for the SQL Processor queries execution.
SqlOrder.Order
          The enumeration for the ordering directives.
SqlQueryEngine
          The primary SQL Processor class for the META SQL query execution.
 

Classes in org.sqlproc.engine used by org.sqlproc.engine.impl
SqlEngineException
          General exception class for the SQL Processor parser.
SqlMonitor
          The vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.
SqlMonitor.Runner
          This interface is implemented in SqlQueryEngine and SqlCrudEngine main public methods.
SqlOrder
          The list of ordering directives for the SQL Processor queries execution.
SqlOrder.Order
          The enumeration for the ordering directives.
 



Copyright © 2011. All Rights Reserved.