Go to the source code of this file.
typedef Integer Oid |
Definition at line 92 of file ZPlainPostgreSql8.pas.
typedef Pointer PGconn |
Definition at line 131 of file ZPlainPostgreSql8.pas.
typedef Pointer PGresult |
Definition at line 139 of file ZPlainPostgreSql8.pas.
typedef Pointer PPGconn |
Definition at line 132 of file ZPlainPostgreSql8.pas.
Definition at line 158 of file ZPlainPostgreSql8.pas.
typedef Pointer PPGresult |
Definition at line 140 of file ZPlainPostgreSql8.pas.
typedef PQArgBlock* PPQArgBlock |
Definition at line 258 of file ZPlainPostgreSql8.pas.
typedef PQconninfoOption* PPQConninfoOption |
Definition at line 237 of file ZPlainPostgreSql8.pas.
typedef PQprintOpt* PPQprintOpt |
Definition at line 205 of file ZPlainPostgreSql8.pas.
typedef void(* PQnoticeProcessor)(Pointer arg, PChar message) |
Definition at line 163 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQbackendPID)(PPGconn Handle) |
Definition at line 333 of file ZPlainPostgreSql8.pas.
typedef PPQconninfoOption(* TPQconndefaults)() |
Definition at line 279 of file ZPlainPostgreSql8.pas.
typedef PPGconn(* TPQconnectdb)(PChar ConnInfo) |
Definition at line 265 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQconsumeInput)(PPGconn Handle) |
Definition at line 374 of file ZPlainPostgreSql8.pas.
Definition at line 295 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQendcopy)(PPGconn Handle) |
Definition at line 396 of file ZPlainPostgreSql8.pas.
typedef PChar(* TPQerrorMessage)(PPGconn Handle) |
Definition at line 327 of file ZPlainPostgreSql8.pas.
Definition at line 354 of file ZPlainPostgreSql8.pas.
Definition at line 281 of file ZPlainPostgreSql8.pas.
typedef PPGresult(* TPQfn)(PPGconn Handle, Integer fnid, PInteger result_buf, PInteger result_len, Integer result_is_int, PPQArgBlock args, Integer nargs) |
Definition at line 399 of file ZPlainPostgreSql8.pas.
typedef void(* TPQfreeNotify)(PPGnotify Handle) |
Definition at line 361 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQgetline)(PPGconn Handle, PChar Str, Integer length) |
Definition at line 377 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQgetlineAsync)(PPGconn Handle, PChar Buffer, Integer BufSize) |
Definition at line 386 of file ZPlainPostgreSql8.pas.
typedef PPGresult(* TPQgetResult)(PPGconn Handle) |
Definition at line 368 of file ZPlainPostgreSql8.pas.
Definition at line 304 of file ZPlainPostgreSql8.pas.
Definition at line 371 of file ZPlainPostgreSql8.pas.
typedef PPGnotify(* TPQnotifies)(PPGconn Handle) |
Definition at line 358 of file ZPlainPostgreSql8.pas.
typedef PChar(* TPQoptions)(PPGconn Handle) |
Definition at line 313 of file ZPlainPostgreSql8.pas.
Definition at line 301 of file ZPlainPostgreSql8.pas.
Definition at line 307 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQputline)(PPGconn Handle, PChar Str) |
Definition at line 382 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQputnbytes)(PPGconn Handle, PChar Buffer, Integer NBytes) |
Definition at line 391 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQrequestCancel)(PPGconn Handle) |
Definition at line 291 of file ZPlainPostgreSql8.pas.
Definition at line 284 of file ZPlainPostgreSql8.pas.
typedef PChar(* TPQresultErrorMessage)(PPGresult Result) |
Definition at line 411 of file ZPlainPostgreSql8.pas.
typedef ExecStatusType(* TPQresultStatus)(PPGresult Result) |
Definition at line 408 of file ZPlainPostgreSql8.pas.
typedef Integer(* TPQsendQuery)(PPGconn Handle, PChar Query) |
Definition at line 364 of file ZPlainPostgreSql8.pas.
typedef PPGconn(* TPQsetdbLogin)(PChar Host, PChar Port, PChar Options, PChar Tty, PChar Db, PChar User, PChar Passwd) |
Definition at line 268 of file ZPlainPostgreSql8.pas.
typedef void(* TPQsetNoticeProcessor)(PPGconn Handle, PQnoticeProcessor Proc, Pointer Arg) |
Definition at line 347 of file ZPlainPostgreSql8.pas.
Definition at line 330 of file ZPlainPostgreSql8.pas.
typedef ConnStatusType(* TPQstatus)(PPGconn Handle) |
Definition at line 316 of file ZPlainPostgreSql8.pas.
Definition at line 340 of file ZPlainPostgreSql8.pas.
Definition at line 310 of file ZPlainPostgreSql8.pas.
typedef void(* TPQuntrace)(PPGconn Handle) |
Definition at line 344 of file ZPlainPostgreSql8.pas.
Definition at line 298 of file ZPlainPostgreSql8.pas.
enum ConnStatusType |
Definition at line 95 of file ZPlainPostgreSql8.pas.
enum ExecStatusType |
Definition at line 102 of file ZPlainPostgreSql8.pas.
const BLOB_SEEK_CUR = 1 |
Definition at line 86 of file ZPlainPostgreSql8.pas.
const BLOB_SEEK_END = 2 |
Definition at line 87 of file ZPlainPostgreSql8.pas.
const BLOB_SEEK_SET = 0 |
Definition at line 85 of file ZPlainPostgreSql8.pas.
const INV_READ = $00040000 |
Definition at line 83 of file ZPlainPostgreSql8.pas.
const INV_WRITE = $00020000 |
Definition at line 82 of file ZPlainPostgreSql8.pas.
Definition at line 743 of file ZPlainPostgreSql8.pas.
const LINUX1_DLL_LOCATION = "libpq.so.4" |
Definition at line 74 of file ZPlainPostgreSql8.pas.
const LINUX2_DLL_LOCATION = "libpq.so" |
Definition at line 75 of file ZPlainPostgreSql8.pas.
Definition at line 723 of file ZPlainPostgreSql8.pas.
Definition at line 731 of file ZPlainPostgreSql8.pas.
const Tlo_export lo_export |
Definition at line 739 of file ZPlainPostgreSql8.pas.
const Tlo_import lo_import |
Definition at line 737 of file ZPlainPostgreSql8.pas.
Definition at line 729 of file ZPlainPostgreSql8.pas.
Definition at line 721 of file ZPlainPostgreSql8.pas.
Definition at line 725 of file ZPlainPostgreSql8.pas.
Definition at line 733 of file ZPlainPostgreSql8.pas.
const Tlo_unlink lo_unlink |
Definition at line 735 of file ZPlainPostgreSql8.pas.
Definition at line 727 of file ZPlainPostgreSql8.pas.
const NAMEDATALEN = 32 |
Definition at line 78 of file ZPlainPostgreSql8.pas.
const OIDNAMELEN = 36 |
Definition at line 80 of file ZPlainPostgreSql8.pas.
PChar pgresStatus[999] |
[0..999]
Definition at line 125 of file ZPlainPostgreSql8.pas.
PChar PPChar[999] |
[0..999]
Definition at line 166 of file ZPlainPostgreSql8.pas.
const TPQbackendPID PQbackendPID |
Definition at line 633 of file ZPlainPostgreSql8.pas.
Definition at line 679 of file ZPlainPostgreSql8.pas.
Definition at line 705 of file ZPlainPostgreSql8.pas.
const TPQcmdStatus PQcmdStatus |
Definition at line 691 of file ZPlainPostgreSql8.pas.
const TPQcmdTuples PQcmdTuples |
Definition at line 697 of file ZPlainPostgreSql8.pas.
Definition at line 605 of file ZPlainPostgreSql8.pas.
const TPQconnectdb PQconnectdb |
Definition at line 595 of file ZPlainPostgreSql8.pas.
Definition at line 655 of file ZPlainPostgreSql8.pas.
Definition at line 613 of file ZPlainPostgreSql8.pas.
const TPQendcopy PQendcopy |
Definition at line 665 of file ZPlainPostgreSql8.pas.
Definition at line 629 of file ZPlainPostgreSql8.pas.
const TPQescapeBytea PQescapeBytea |
Definition at line 713 of file ZPlainPostgreSql8.pas.
Definition at line 711 of file ZPlainPostgreSql8.pas.
Definition at line 643 of file ZPlainPostgreSql8.pas.
Definition at line 607 of file ZPlainPostgreSql8.pas.
Definition at line 689 of file ZPlainPostgreSql8.pas.
Definition at line 667 of file ZPlainPostgreSql8.pas.
Definition at line 681 of file ZPlainPostgreSql8.pas.
const TPQfnumber PQfnumber |
Definition at line 683 of file ZPlainPostgreSql8.pas.
const TPQFreemem PQFreemem |
Definition at line 717 of file ZPlainPostgreSql8.pas.
const TPQfreeNotify PQfreeNotify |
Definition at line 647 of file ZPlainPostgreSql8.pas.
Definition at line 687 of file ZPlainPostgreSql8.pas.
Definition at line 685 of file ZPlainPostgreSql8.pas.
const TPQgetisnull PQgetisnull |
Definition at line 703 of file ZPlainPostgreSql8.pas.
const TPQgetlength PQgetlength |
Definition at line 701 of file ZPlainPostgreSql8.pas.
const TPQgetline PQgetline |
Definition at line 657 of file ZPlainPostgreSql8.pas.
Definition at line 661 of file ZPlainPostgreSql8.pas.
const TPQgetResult PQgetResult |
Definition at line 651 of file ZPlainPostgreSql8.pas.
const TPQgetvalue PQgetvalue |
Definition at line 699 of file ZPlainPostgreSql8.pas.
Definition at line 619 of file ZPlainPostgreSql8.pas.
Definition at line 653 of file ZPlainPostgreSql8.pas.
Definition at line 707 of file ZPlainPostgreSql8.pas.
const TPQnfields PQnfields |
Definition at line 677 of file ZPlainPostgreSql8.pas.
const TPQnotifies PQnotifies |
Definition at line 645 of file ZPlainPostgreSql8.pas.
const TPQntuples PQntuples |
Definition at line 675 of file ZPlainPostgreSql8.pas.
const TPQoidStatus PQoidStatus |
Definition at line 695 of file ZPlainPostgreSql8.pas.
const TPQoidValue PQoidValue |
Definition at line 693 of file ZPlainPostgreSql8.pas.
const TPQoptions PQoptions |
Definition at line 625 of file ZPlainPostgreSql8.pas.
Definition at line 617 of file ZPlainPostgreSql8.pas.
Definition at line 621 of file ZPlainPostgreSql8.pas.
const TPQputline PQputline |
Definition at line 659 of file ZPlainPostgreSql8.pas.
const TPQputnbytes PQputnbytes |
Definition at line 663 of file ZPlainPostgreSql8.pas.
Definition at line 611 of file ZPlainPostgreSql8.pas.
Definition at line 609 of file ZPlainPostgreSql8.pas.
const TPQresultErrorField PQresultErrorField |
Definition at line 673 of file ZPlainPostgreSql8.pas.
Definition at line 671 of file ZPlainPostgreSql8.pas.
Definition at line 669 of file ZPlainPostgreSql8.pas.
const TPQsendQuery PQsendQuery |
Definition at line 649 of file ZPlainPostgreSql8.pas.
const TPQsetdbLogin PQsetdbLogin |
Definition at line 603 of file ZPlainPostgreSql8.pas.
Definition at line 639 of file ZPlainPostgreSql8.pas.
Definition at line 631 of file ZPlainPostgreSql8.pas.
Definition at line 627 of file ZPlainPostgreSql8.pas.
Definition at line 635 of file ZPlainPostgreSql8.pas.
Definition at line 623 of file ZPlainPostgreSql8.pas.
Definition at line 715 of file ZPlainPostgreSql8.pas.
const TPQuntrace PQuntrace |
Definition at line 637 of file ZPlainPostgreSql8.pas.
Definition at line 615 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 590 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGconn Handle , Integer fd )
Definition at line 544 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 570 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 585 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGconn Handle , Integer fd , Integer offset , Integer whence )
Definition at line 563 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 538 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGconn Handle , Integer fd , PChar buf , Integer len )
Definition at line 549 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGconn Handle , Integer fd )
Definition at line 575 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 580 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGconn Handle , Integer fd , PChar buf , Integer len )
Definition at line 556 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (const pchar from ,
longword from_length ,
PLongword to_lenght
)
Definition at line 511 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (PPGconn Handle , const pchar from , longword from_length , PLongword to_lenght )
Definition at line 504 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGresult Result , Integer field_num )
Definition at line 453 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (PPGresult Result , Integer field_num )
Definition at line 433 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGresult Result , PChar field_name )
Definition at line 438 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGresult Result , Integer field_num )
Definition at line 448 of file ZPlainPostgreSql8.pas.
Initial value:
Definition at line 443 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGresult Result , Integer tup_num , Integer field_num )
Definition at line 486 of file ZPlainPostgreSql8.pas.
Initial value:
Integer (PPGresult Result , Integer tup_num , Integer field_num )
Definition at line 480 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (PPGresult Result , Integer tup_num , Integer field_num )
Definition at line 474 of file ZPlainPostgreSql8.pas.
Initial value:
PPGresult (PPGconn Handle , ExecStatusType status )
Definition at line 496 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (PPGResult result , integer fieldcode ) Integer (PPGresult Result )
Definition at line 421 of file ZPlainPostgreSql8.pas.
Initial value:
PChar (const pchar from ,
PLongword to_lenght
)
Definition at line 524 of file ZPlainPostgreSql8.pas.
const WINDOWS1_DLL_LOCATION = "libpq81.dll" |
Definition at line 68 of file ZPlainPostgreSql8.pas.
const WINDOWS2_DLL_LOCATION = "libpq.dll" |
Definition at line 71 of file ZPlainPostgreSql8.pas.