FireDAC.Phys.PGWrapper.TFDPgError.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: String read FSchemaName;

C++

__property System::UnicodeString SchemaName = {read=FSchemaName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.PGWrapper.pas
FireDAC.Phys.PGWrapper.hpp
FireDAC.Phys.PGWrapper TFDPgError

Description

Indicates the name of the schema that contains the database object associated with the PostgreSQL error.

If the error is associated with a specific database object, SchemaName returns the name of the schema that contains this database object.

See Also