Record TPGresult
Unit
Declaration
type TPGresult = record
Description
This item has no description.
Overview
Fields
| Public | ntups: longint; |
| Public | numAttributes: longint; |
| Public | attDescs: PPGresAttDesc; |
| Public | tuples: PPPGresAttValue; |
| Public | tupArrSize: longint; |
| Public | resultStatus: TExecStatusType; |
| Public | cmdStatus: array[0..(CMDSTATUS_LEN)-1] of char; |
| Public | binary: longint; |
| Public | conn: PPGconn; |
Description
Fields
| Public | ntups: longint; |
|
This item has no description. | |
| Public | numAttributes: longint; |
|
This item has no description. | |
| Public | attDescs: PPGresAttDesc; |
|
This item has no description. | |
| Public | tuples: PPPGresAttValue; |
|
This item has no description. | |
| Public | tupArrSize: longint; |
|
This item has no description. | |
| Public | resultStatus: TExecStatusType; |
|
This item has no description. | |
| Public | cmdStatus: array[0..(CMDSTATUS_LEN)-1] of char; |
|
This item has no description. | |
| Public | binary: longint; |
|
This item has no description. | |
| Public | conn: PPGconn; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.