IBX.IBDatabaseInfo.TIBDatabaseInfo.Writes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Writes: Long read GetWrites;

C++

__property int Writes = {read=GetWrites, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of page writes to the database.

Use Writes to return the number of page writes to the current database since it was first attached by any process; that is, an aggregate of all write done by all attached processes, rather than the number of writes done for the calling program since it attached to the database.