Record TPGconn
Unit
Declaration
type TPGconn = record
Description
This item has no description.
Overview
Fields
| Public | pghost: Pchar; |
| Public | pgtty: Pchar; |
| Public | pgport: Pchar; |
| Public | pgoptions: Pchar; |
| Public | dbName: Pchar; |
| Public | status: TConnStatusType; |
| Public | errorMessage: array[0..(ERROR_MSG_LENGTH)-1] of char; |
| Public | Pfin: PFILE; |
| Public | Pfout: PFILE; |
| Public | Pfdebug: PFILE; |
| Public | sock: longint; |
| Public | laddr: TSockAddr; |
| Public | raddr: TSockAddr; |
| Public | salt: array[0..(2)-1] of char; |
| Public | asyncNotifyWaiting: longint; |
| Public | notifyList: PDllist; |
| Public | pguser: Pchar; |
| Public | pgpass: Pchar; |
| Public | lobjfuncs: PPGlobjfuncs; |
Description
Fields
| Public | pghost: Pchar; |
|
This item has no description. | |
| Public | pgtty: Pchar; |
|
This item has no description. | |
| Public | pgport: Pchar; |
|
This item has no description. | |
| Public | pgoptions: Pchar; |
|
This item has no description. | |
| Public | dbName: Pchar; |
|
This item has no description. | |
| Public | status: TConnStatusType; |
|
This item has no description. | |
| Public | errorMessage: array[0..(ERROR_MSG_LENGTH)-1] of char; |
|
This item has no description. | |
| Public | Pfin: PFILE; |
|
This item has no description. | |
| Public | Pfout: PFILE; |
|
This item has no description. | |
| Public | Pfdebug: PFILE; |
|
This item has no description. | |
| Public | sock: longint; |
|
This item has no description. | |
| Public | laddr: TSockAddr; |
|
This item has no description. | |
| Public | raddr: TSockAddr; |
|
This item has no description. | |
| Public | salt: array[0..(2)-1] of char; |
|
This item has no description. | |
| Public | asyncNotifyWaiting: longint; |
|
This item has no description. | |
| Public | notifyList: PDllist; |
|
This item has no description. | |
| Public | pguser: Pchar; |
|
This item has no description. | |
| Public | pgpass: Pchar; |
|
This item has no description. | |
| Public | lobjfuncs: PPGlobjfuncs; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.