Data.DBXMetaDataReader.TDBXBaseMetaDataReader.AreCatalogFunctionsSupported

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Unit: Data.DBXMetaDataReader
Parent: TDBXBaseMetaDataReader

Delphi

function AreCatalogFunctionsSupported: Boolean; override;

C++

virtual bool __fastcall AreCatalogFunctionsSupported();

Description

Getter method for the CatalogFunctionsSupported property.

AreCatalogFunctionsSupported returns True if catalog functions are supported by the database, and False otherwise.

See Also

Data.DBXMetaDataReader.TDBXMetaDataReader.CatalogFunctionsSupported