Uses of Interface
org.sqlproc.engine.SqlMonitor
Packages that use SqlMonitor
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
-
Uses of SqlMonitor in org.sqlproc.engine
Subinterfaces of SqlMonitor in org.sqlproc.engineModifier and TypeInterfaceDescriptioninterfaceThe vehicle interface definition, which can be used to monitor the duration of all SQL queries execution.Fields in org.sqlproc.engine declared as SqlMonitorModifier and TypeFieldDescriptionprotected SqlMonitorSqlEngine.monitorMonitor for the runtime statistics gathering.Methods in org.sqlproc.engine that return SqlMonitorModifier and TypeMethodDescriptionSqlCrudEngine.getMonitor()Returns the SQL Monitor instance for the runtime statistics gathering.SqlProcedureEngine.getMonitor()Returns the SQL Monitor instance for the runtime statistics gathering.SqlQueryEngine.getMonitor()Returns the SQL Monitor instance for the runtime statistics gathering.SqlMonitorFactory.getSqlMonitor(String name, Map<String, Object> features) The main contract of this factory.Constructors in org.sqlproc.engine with parameters of type SqlMonitorModifierConstructorDescriptionSqlCrudEngine(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.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, SqlMappingRule mapping, SqlMonitor monitor, Map<String, Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, SqlEngineConfiguration configuration) 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.SqlEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String, Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, SqlEngineConfiguration configuration) Creates a new instance of the SqlEngine from one META SQL statement and one SQL Mapping rule instance.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.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, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String, Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, SqlEngineConfiguration configuration) Creates a new instance of the SqlProcedureEngine from one stored procedure execution 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.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, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String, Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, SqlEngineConfiguration configuration) Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances. -
Uses of SqlMonitor in org.sqlproc.engine.impl
Classes in org.sqlproc.engine.impl that implement SqlMonitor