IBX.IBExtract.TIBExtract.DatabaseInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseInfo : TIBDatabaseInfo read FDatabaseInfo;

C++

__property Ibx::Ibdatabaseinfo::TIBDatabaseInfo* DatabaseInfo = {read=FDatabaseInfo};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

Represents information about the associated database.

Read DatabaseInfo to obtain information about the database that is specified by the Database property. DatabaseInfo provides a variety of information about the database itself, 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, and write-ahead log information.