FireDAC.Phys.PGWrapper.TFDPgError.ConstraintName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConstraintName: String read FConstraintName;

C++

__property System::UnicodeString ConstraintName = {read=FConstraintName};

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 constraint associated with the PostgreSQL error.

If the error is associated with a specific constraint, ConstraintName returns the name of this constraint.

Note: Use the SchemaName and TableName properties to identify the associated table.

See Also