FireDAC.Phys.PGWrapper.TFDPgError Properties
InheritedProtected
| ColumnName | public | Indicates the name of the table column associated with the PostgreSQL error. |
| CommandTextOffset | public | Returns the offset from the beginning of a SQL text command. |
| ConstraintName | public | Indicates the name of the constraint associated with the PostgreSQL error. |
| Context | public | |
| DetailedMessage | public | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrorCode | public | |
| Hint | public | |
| InternalPosition | public | |
| InternalQuery | public | |
| Kind | public | Returns a DBMS-independent error kind. |
| Level | public | The number of a TFDDBError item. |
| Message | public | Returns an error, warning or message text. |
| ObjName | public | Returns a DBMS object name involved in an error or a warning. |
| Position | public | |
| RowIndex | public | Returns a row index, where an error occurred. |
| SchemaName | public | Indicates the name of the schema that contains the database object associated with the PostgreSQL error. |
| Severity | public | |
| SourceFile | public | |
| SourceFunction | public | |
| SourceLine | public | |
| TableName | public | Indicates the name of the table associated with the PostgreSQL error. |
| TypeName | public | Indicates the name of the data type associated with the PostgreSQL error. |