IBX.IBExtract.TIBExtract

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBExtract

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:

  1. 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.
  2. Call the ExtractObject method, indicating the type of metadata you want to fetch.
  3. Read the extracted information from the Items property.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also