IBX.IBDatabase.TIBTransaction.SQLObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLObjects[Index: Integer]: TIBBase read GetSQLObject;

C++

__property TIBBase* SQLObjects[int Index] = {read=GetSQLObject};

Properties

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

Description

Provides an indexed array of all active datasets for a database component.

Use the SQLObjects to access active InterBase datasets, TIBSQL objects, and Blobs associated with the database component.