IBX.IBSQLMonitor.TIBSQLMonitor

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IBSQLMonitor.TIBCustomSQLMonitorSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBSQLMonitor

Delphi

TIBSQLMonitor = class(TIBCustomSQLMonitor)

C++

class PASCALIMPLEMENTATION TIBSQLMonitor : public TIBCustomSQLMonitor

Properties

Type Visibility Source Unit Parent
class public
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor IBX.IBSQLMonitor

Description

TIBSQLMonitor monitors dynamic SQL passed to the InterBase server.

Use TIBSQLMonitor to monitor dynamic SQL taking place in InterBase applications. Enable TraceFlags in each TIBDatabase component in order for the SQL monitor to receive status information from each database connection.

See Also