Data.DBXMetaDataReader.TDBXBaseMetaDataReader.AreCatalogFunctionsSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AreCatalogFunctionsSupported: Boolean; override;

C++

virtual bool __fastcall AreCatalogFunctionsSupported();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXBaseMetaDataReader

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