IBX.IBExtract.TIBExtract
Delphi
TIBExtract = class(TComponent)
C++
class PASCALIMPLEMENTATION TIBExtract : public System::Classes::TComponent
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | IBX.IBExtract.pas IBX.IBExtract.hpp  | 
        IBX.IBExtract | IBX.IBExtract | 
Description
TIBExtract fetches metadata from an InterBase server.
Use a TIBExtract component to fetch metadata information such as a list of tables, views, roles, indexes, and so on. To use TIBExtract:
- Set the Database and Transaction properties to specify the database from which to fetch information and to provide a transaction to use when fetching that information.
 - Call the ExtractObject method, indicating the type of metadata you want to fetch.
 - Read the extracted information from the Items property.
 
For full information about InterBase encryption, see the InterBase Data Definition Guide.