Uses of Interface
org.sqlproc.engine.SqlMonitor

Packages that use SqlMonitor
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 SqlMonitor in org.sqlproc.engine
 

Subinterfaces of SqlMonitor in org.sqlproc.engine
 interface SqlExtendedMonitor
          The vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.
 

Fields in org.sqlproc.engine declared as SqlMonitor
protected  SqlMonitor SqlEngine.monitor
          Monitor for the runtime statistics gathering.
 

Methods in org.sqlproc.engine that return SqlMonitor
 SqlMonitor SqlProcedureEngine.getMonitor()
          Returns the SQL Monitor instance for the runtime statistics gathering.
 SqlMonitor SqlCrudEngine.getMonitor()
          Returns the SQL Monitor instance for the runtime statistics gathering.
 SqlMonitor SqlQueryEngine.getMonitor()
          Returns the SQL Monitor instance for the runtime statistics gathering.
 SqlMonitor SqlMonitorFactory.getSqlMonitor(String name, Map<String,Object> features)
          The main contract of this factory.
 

Constructors in org.sqlproc.engine with parameters of type SqlMonitor
SqlCrudEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String name, SqlMetaStatement statement, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
SqlCrudEngine(String name, String statement, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlCrudEngine from one META SQL statement string.
SqlEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlEngine from one META SQL statement and one SQL Mapping rule instance.
SqlProcedureEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one SQL mapping rule instances.
SqlProcedureEngine(String name, String statement, String mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement string and one SQL Mapping rule string.
SqlQueryEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlQueryEngine(String name, String statement, String mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
 

Uses of SqlMonitor in org.sqlproc.engine.impl
 

Classes in org.sqlproc.engine.impl that implement SqlMonitor
 class SqlEmptyMonitor
          The empty implementation of SqlMonitor interface.
 



Copyright © 2015. All rights reserved.