RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract Class

TIBExtract fetches metadata from an InterBase server.

Pascal
TIBExtract = class(TComponent);
C++
class TIBExtract : public TComponent;

Use a TIBExtract component to fetch metadata information such as a list of tables, views, roles, indexes, and so on. To use TIBExtract,

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!