API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchTables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FetchTables(const Catalog: string; const Schema: string; const TableName: string; const TableType: string): TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchTables(const System::UnicodeString Catalog, const System::UnicodeString Schema, const System::UnicodeString TableName, const System::UnicodeString TableType);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlCustomMetaDataReader

Description

Fetches information about the tables of the database.

Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchTables inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchTables. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchTables.

Fetches information about the tables of the database.

FetchTables returns a TDBXTable containing information about the tables of the database.

See Also