Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchUsers

From RAD Studio API Documentation

Delphi

function FetchUsers: TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchUsers(void);

Properties

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

Description

Fetches information about the users of the database. {{#multireplace:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchUsers|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchUsers|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.FetchUsers|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Fetches information about the users of the database.

FetchUsers returns a TDBXTable containing information about the users of the database.

See Also