API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchSchemas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FetchSchemas(const Catalog: string): TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchSchemas(const System::UnicodeString Catalog);

Properties

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

Description

Fetches information about the schemas of the database.

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

Fetches information about the schemas of the database.

FetchSchemas returns a TDBXTable containing information about the schemas of the database.

See Also