IBX.IBDatabase.TIBTransaction.SQLObjectCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLObjectCount: Integer read GetSQLObjectCount;

C++

__property int SQLObjectCount = {read=GetSQLObjectCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Returns the number of active datasets associated with the database component.

Use the SQLObjectCount property to return the number currently active InterBase datasets, TIBSQL objects, and Blobs associated with the database component. As SQL objects are opened and closed, this value changes appropriately.