API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchSchemas
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. {{#multireplace:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchSchemas|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchSchemas|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchSchemas|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Fetches information about the schemas of the database.
FetchSchemas returns a TDBXTable containing information about the schemas of the database.