IBX.IBDatabaseInfo.TIBDatabaseInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBDatabaseInfo

Delphi

TIBDatabaseInfo = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBDatabaseInfo : public System::Classes::TComponent

Properties

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

Description

TIBDatabaseInfo returns information about the attached database.

Use TIBDatabaseInfo to fetch information about the attached database, such as the version of the online disk structure (ODS) used by the attachment, the number of database cache buffers allocated, the number of database pages read from or written to, or write-ahead log information.

See Also