IBX.IBDatabaseInfo.TIBDatabaseInfo.SweepInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SweepInterval: Long read GetSweepInterval;

C++

__property int SweepInterval = {read=GetSweepInterval, nodefault};

Properties

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

Description

Returns the number of transactions that are committed between 'sweeps.'

Use SweepInterval to return the number of transactions that are committed between 'sweeps' to remove database record versions that are no longer needed.