plain/ZPlainPostgreSql7.pas File Reference

Go to the source code of this file.

Classes

struct  PGnotify
struct  PQArgBlock
struct  PQconninfoOption
struct  PQprintOpt

Typedefs

typedef Integer Oid
typedef Pointer PGconn
typedef Pointer PGresult
typedef Pointer PPGconn
typedef PGnotifyPPGnotify
typedef Pointer PPGresult
typedef PQArgBlockPPQArgBlock
typedef PQconninfoOptionPPQConninfoOption
typedef PQprintOptPPQprintOpt
typedef void(* PQnoticeProcessor )(Pointer arg, PChar message)
typedef Integer(* Tlo_close )(PPGconn Handle, Integer fd)
typedef Oid(* Tlo_creat )(PPGconn Handle, Integer mode)
typedef Integer(* Tlo_export )(PPGconn Handle, Oid lobjId, PChar filename)
typedef Oid(* Tlo_import )(PPGconn Handle, PChar filename)
typedef Integer(* Tlo_lseek )(PPGconn Handle, Integer fd, Integer offset, Integer whence)
typedef Integer(* Tlo_open )(PPGconn Handle, Oid lobjId, Integer mode)
typedef Integer(* Tlo_read )(PPGconn Handle, Integer fd, PChar buf, Integer len)
typedef Integer(* Tlo_tell )(PPGconn Handle, Integer fd)
typedef Integer(* Tlo_unlink )(PPGconn Handle, Oid lobjId)
typedef Integer(* Tlo_write )(PPGconn Handle, Integer fd, PChar buf, Integer len)
typedef Integer(* TPQbackendPID )(PPGconn Handle)
typedef Integer(* TPQbinaryTuples )(PPGresult Result)
typedef void(* TPQclear )(PPGresult Result)
typedef PChar(* TPQcmdStatus )(PPGresult Result)
typedef PChar(* TPQcmdTuples )(PPGresult Result)
typedef PPQconninfoOption(* TPQconndefaults )()
typedef PPGconn(* TPQconnectdb )(PChar ConnInfo)
typedef Integer(* TPQconsumeInput )(PPGconn Handle)
typedef PChar(* TPQdb )(PPGconn Handle)
typedef Integer(* TPQendcopy )(PPGconn Handle)
typedef PChar(* TPQerrorMessage )(PPGconn Handle)
typedef PPGresult(* TPQexec )(PPGconn Handle, PChar Query)
typedef void(* TPQfinish )(PPGconn Handle)
typedef Integer(* TPQfmod )(PPGresult Result, Integer field_num)
typedef PPGresult(* TPQfn )(PPGconn Handle, Integer fnid, PInteger result_buf, PInteger result_len, Integer result_is_int, PPQArgBlock args, Integer nargs)
typedef PChar(* TPQfname )(PPGresult Result, Integer field_num)
typedef Integer(* TPQfnumber )(PPGresult Result, PChar field_name)
typedef void(* TPQfreeNotify )(PPGnotify Handle)
typedef Integer(* TPQfsize )(PPGresult Result, Integer field_num)
typedef Oid(* TPQftype )(PPGresult Result, Integer field_num)
typedef Integer(* TPQgetisnull )(PPGresult Result, Integer tup_num, Integer field_num)
typedef Integer(* TPQgetlength )(PPGresult Result, Integer tup_num, Integer field_num)
typedef Integer(* TPQgetline )(PPGconn Handle, PChar Str, Integer length)
typedef Integer(* TPQgetlineAsync )(PPGconn Handle, PChar Buffer, Integer BufSize)
typedef PPGresult(* TPQgetResult )(PPGconn Handle)
typedef PChar(* TPQgetvalue )(PPGresult Result, Integer tup_num, Integer field_num)
typedef PChar(* TPQhost )(PPGconn Handle)
typedef Integer(* TPQisBusy )(PPGconn Handle)
typedef PPGresult(* TPQmakeEmptyPGresult )(PPGconn Handle, ExecStatusType status)
typedef Integer(* TPQnfields )(PPGresult Result)
typedef PPGnotify(* TPQnotifies )(PPGconn Handle)
typedef Integer(* TPQntuples )(PPGresult Result)
typedef PChar(* TPQoidStatus )(PPGresult Result)
typedef Oid(* TPQoidValue )(PPGresult Result)
typedef PChar(* TPQoptions )(PPGconn Handle)
typedef PChar(* TPQpass )(PPGconn Handle)
typedef PChar(* TPQport )(PPGconn Handle)
typedef Integer(* TPQputline )(PPGconn Handle, PChar Str)
typedef Integer(* TPQputnbytes )(PPGconn Handle, PChar Buffer, Integer NBytes)
typedef Integer(* TPQrequestCancel )(PPGconn Handle)
typedef void(* TPQreset )(PPGconn Handle)
typedef PChar(* TPQresultErrorMessage )(PPGresult Result)
typedef ExecStatusType(* TPQresultStatus )(PPGresult Result)
typedef Integer(* TPQsendQuery )(PPGconn Handle, PChar Query)
typedef PPGconn(* TPQsetdbLogin )(PChar Host, PChar Port, PChar Options, PChar Tty, PChar Db, PChar User, PChar Passwd)
typedef void(* TPQsetNoticeProcessor )(PPGconn Handle, PQnoticeProcessor Proc, Pointer Arg)
typedef Integer(* TPQsocket )(PPGconn Handle)
typedef ConnStatusType(* TPQstatus )(PPGconn Handle)
typedef void(* TPQtrace )(PPGconn Handle, Pointer DebugPort)
typedef PChar(* TPQtty )(PPGconn Handle)
typedef void(* TPQuntrace )(PPGconn Handle)
typedef PChar(* TPQuser )(PPGconn Handle)

Enumerations

enum  ConnStatusType { CONNECTION_OK, CONNECTION_BAD, CONNECTION_OK, CONNECTION_BAD }
enum  ExecStatusType {
  PGRES_EMPTY_QUERY, PGRES_COMMAND_OK, PGRES_TUPLES_OK, PGRES_COPY_OUT,
  PGRES_COPY_IN, PGRES_BAD_RESPONSE, PGRES_NONFATAL_ERROR, PGRES_FATAL_ERROR,
  PGRES_EMPTY_QUERY, PGRES_COMMAND_OK, PGRES_TUPLES_OK, PGRES_COPY_OUT,
  PGRES_COPY_IN, PGRES_BAD_RESPONSE, PGRES_NONFATAL_ERROR, PGRES_FATAL_ERROR
}

Variables

const BLOB_SEEK_CUR = 1
const BLOB_SEEK_END = 2
const BLOB_SEEK_SET = 0
const INV_READ = $00040000
const INV_WRITE = $00020000
const TZNativeLibraryLoader LibraryLoader
const LINUX_DLL_LOCATION = "libpq.so"
const Tlo_close lo_close
const Tlo_creat lo_creat
const Tlo_export lo_export
const Tlo_import lo_import
const Tlo_lseek lo_lseek
const Tlo_open lo_open
const Tlo_read lo_read
const Tlo_tell lo_tell
const Tlo_unlink lo_unlink
const Tlo_write lo_write
const NAMEDATALEN = 32
const OIDNAMELEN = 36
PChar pgresStatus [999]
PChar PPChar [999]
const TPQbackendPID PQbackendPID
const TPQbinaryTuples PQbinaryTuples
const TPQclear PQclear
const TPQcmdStatus PQcmdStatus
const TPQcmdTuples PQcmdTuples
const TPQconndefaults PQconndefaults
const TPQconnectdb PQconnectdb
const TPQconsumeInput PQconsumeInput
const TPQdb PQdb
const TPQendcopy PQendcopy
const TPQerrorMessage PQerrorMessage
const TPQexec PQexec
const TPQfinish PQfinish
const TPQfmod PQfmod
const TPQfn PQfn
const TPQfname PQfname
const TPQfnumber PQfnumber
const TPQfreeNotify PQfreeNotify
const TPQfsize PQfsize
const TPQftype PQftype
const TPQgetisnull PQgetisnull
const TPQgetlength PQgetlength
const TPQgetline PQgetline
const TPQgetlineAsync PQgetlineAsync
const TPQgetResult PQgetResult
const TPQgetvalue PQgetvalue
const TPQhost PQhost
const TPQisBusy PQisBusy
const TPQmakeEmptyPGresult PQmakeEmptyPGresult
const TPQnfields PQnfields
const TPQnotifies PQnotifies
const TPQntuples PQntuples
const TPQoidStatus PQoidStatus
const TPQoidValue PQoidValue
const TPQoptions PQoptions
const TPQpass PQpass
const TPQport PQport
const TPQputline PQputline
const TPQputnbytes PQputnbytes
const TPQrequestCancel PQrequestCancel
const TPQreset PQreset
const TPQresultErrorMessage PQresultErrorMessage
const TPQresultStatus PQresultStatus
const TPQsendQuery PQsendQuery
const TPQsetdbLogin PQsetdbLogin
const TPQsetNoticeProcessor PQsetNoticeProcessor
const TPQsocket PQsocket
const TPQstatus PQstatus
const TPQtrace PQtrace
const TPQtty PQtty
const TPQuntrace PQuntrace
const TPQuser PQuser
const WINDOWS1_DLL_LOCATION = "libpq74.dll"
const WINDOWS2_DLL_LOCATION = "libpq.dll"


Typedef Documentation

typedef Integer Oid

Definition at line 91 of file ZPlainPostgreSql7.pas.

typedef Pointer PGconn

Definition at line 130 of file ZPlainPostgreSql7.pas.

typedef Pointer PGresult

Definition at line 138 of file ZPlainPostgreSql7.pas.

typedef Pointer PPGconn

Definition at line 131 of file ZPlainPostgreSql7.pas.

typedef PGnotify* PPGnotify

Definition at line 157 of file ZPlainPostgreSql7.pas.

typedef Pointer PPGresult

Definition at line 139 of file ZPlainPostgreSql7.pas.

Definition at line 257 of file ZPlainPostgreSql7.pas.

Definition at line 236 of file ZPlainPostgreSql7.pas.

Definition at line 204 of file ZPlainPostgreSql7.pas.

typedef void(* PQnoticeProcessor)(Pointer arg, PChar message)

Definition at line 162 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_close)(PPGconn Handle, Integer fd)

Definition at line 464 of file ZPlainPostgreSql7.pas.

typedef Oid(* Tlo_creat)(PPGconn Handle, Integer mode)

Definition at line 486 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_export)(PPGconn Handle, Oid lobjId, PChar filename)

Definition at line 502 of file ZPlainPostgreSql7.pas.

typedef Oid(* Tlo_import)(PPGconn Handle, PChar filename)

Definition at line 498 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_lseek)(PPGconn Handle, Integer fd, Integer offset, Integer whence)

Definition at line 480 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_open)(PPGconn Handle, Oid lobjId, Integer mode)

Definition at line 459 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_read)(PPGconn Handle, Integer fd, PChar buf, Integer len)

Definition at line 468 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_tell)(PPGconn Handle, Integer fd)

Definition at line 490 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_unlink)(PPGconn Handle, Oid lobjId)

Definition at line 494 of file ZPlainPostgreSql7.pas.

typedef Integer(* Tlo_write)(PPGconn Handle, Integer fd, PChar buf, Integer len)

Definition at line 474 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQbackendPID)(PPGconn Handle)

Definition at line 317 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQbinaryTuples)(PPGresult Result)

Definition at line 400 of file ZPlainPostgreSql7.pas.

typedef void(* TPQclear)(PPGresult Result)

Definition at line 450 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQcmdStatus)(PPGresult Result)

Definition at line 423 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQcmdTuples)(PPGresult Result)

Definition at line 432 of file ZPlainPostgreSql7.pas.

typedef PPQconninfoOption(* TPQconndefaults)()

Definition at line 276 of file ZPlainPostgreSql7.pas.

typedef PPGconn(* TPQconnectdb)(PChar ConnInfo)

Definition at line 264 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQconsumeInput)(PPGconn Handle)

Definition at line 354 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQdb)(PPGconn Handle)

Definition at line 287 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQendcopy)(PPGconn Handle)

Definition at line 376 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQerrorMessage)(PPGconn Handle)

Definition at line 311 of file ZPlainPostgreSql7.pas.

typedef PPGresult(* TPQexec)(PPGconn Handle, PChar Query)

Definition at line 334 of file ZPlainPostgreSql7.pas.

typedef void(* TPQfinish)(PPGconn Handle)

Definition at line 278 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQfmod)(PPGresult Result, Integer field_num)

Definition at line 419 of file ZPlainPostgreSql7.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 379 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQfname)(PPGresult Result, Integer field_num)

Definition at line 403 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQfnumber)(PPGresult Result, PChar field_name)

Definition at line 407 of file ZPlainPostgreSql7.pas.

typedef void(* TPQfreeNotify)(PPGnotify Handle)

Definition at line 341 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQfsize)(PPGresult Result, Integer field_num)

Definition at line 415 of file ZPlainPostgreSql7.pas.

typedef Oid(* TPQftype)(PPGresult Result, Integer field_num)

Definition at line 411 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQgetisnull)(PPGresult Result, Integer tup_num, Integer field_num)

Definition at line 445 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQgetlength)(PPGresult Result, Integer tup_num, Integer field_num)

Definition at line 440 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQgetline)(PPGconn Handle, PChar Str, Integer length)

Definition at line 357 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQgetlineAsync)(PPGconn Handle, PChar Buffer, Integer BufSize)

Definition at line 366 of file ZPlainPostgreSql7.pas.

typedef PPGresult(* TPQgetResult)(PPGconn Handle)

Definition at line 348 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQgetvalue)(PPGresult Result, Integer tup_num, Integer field_num)

Definition at line 435 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQhost)(PPGconn Handle)

Definition at line 296 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQisBusy)(PPGconn Handle)

Definition at line 351 of file ZPlainPostgreSql7.pas.

Definition at line 453 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQnfields)(PPGresult Result)

Definition at line 397 of file ZPlainPostgreSql7.pas.

typedef PPGnotify(* TPQnotifies)(PPGconn Handle)

Definition at line 338 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQntuples)(PPGresult Result)

Definition at line 394 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQoidStatus)(PPGresult Result)

Definition at line 429 of file ZPlainPostgreSql7.pas.

typedef Oid(* TPQoidValue)(PPGresult Result)

Definition at line 426 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQoptions)(PPGconn Handle)

Definition at line 305 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQpass)(PPGconn Handle)

Definition at line 293 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQport)(PPGconn Handle)

Definition at line 299 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQputline)(PPGconn Handle, PChar Str)

Definition at line 362 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQputnbytes)(PPGconn Handle, PChar Buffer, Integer NBytes)

Definition at line 371 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQrequestCancel)(PPGconn Handle)

Definition at line 284 of file ZPlainPostgreSql7.pas.

typedef void(* TPQreset)(PPGconn Handle)

Definition at line 281 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQresultErrorMessage)(PPGresult Result)

Definition at line 391 of file ZPlainPostgreSql7.pas.

Definition at line 388 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQsendQuery)(PPGconn Handle, PChar Query)

Definition at line 344 of file ZPlainPostgreSql7.pas.

typedef PPGconn(* TPQsetdbLogin)(PChar Host, PChar Port, PChar Options, PChar Tty, PChar Db, PChar User, PChar Passwd)

Definition at line 267 of file ZPlainPostgreSql7.pas.

typedef void(* TPQsetNoticeProcessor)(PPGconn Handle, PQnoticeProcessor Proc, Pointer Arg)

Definition at line 327 of file ZPlainPostgreSql7.pas.

typedef Integer(* TPQsocket)(PPGconn Handle)

Definition at line 314 of file ZPlainPostgreSql7.pas.

typedef ConnStatusType(* TPQstatus)(PPGconn Handle)

Definition at line 308 of file ZPlainPostgreSql7.pas.

typedef void(* TPQtrace)(PPGconn Handle, Pointer DebugPort)

Definition at line 320 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQtty)(PPGconn Handle)

Definition at line 302 of file ZPlainPostgreSql7.pas.

typedef void(* TPQuntrace)(PPGconn Handle)

Definition at line 324 of file ZPlainPostgreSql7.pas.

typedef PChar(* TPQuser)(PPGconn Handle)

Definition at line 290 of file ZPlainPostgreSql7.pas.


Enumeration Type Documentation

Enumerator:
CONNECTION_OK 
CONNECTION_BAD 
CONNECTION_OK 
CONNECTION_BAD 

Definition at line 94 of file ZPlainPostgreSql7.pas.

Enumerator:
PGRES_EMPTY_QUERY 
PGRES_COMMAND_OK 
PGRES_TUPLES_OK 
PGRES_COPY_OUT 
PGRES_COPY_IN 
PGRES_BAD_RESPONSE 
PGRES_NONFATAL_ERROR 
PGRES_FATAL_ERROR 
PGRES_EMPTY_QUERY 
PGRES_COMMAND_OK 
PGRES_TUPLES_OK 
PGRES_COPY_OUT 
PGRES_COPY_IN 
PGRES_BAD_RESPONSE 
PGRES_NONFATAL_ERROR 
PGRES_FATAL_ERROR 

Definition at line 101 of file ZPlainPostgreSql7.pas.


Variable Documentation

const BLOB_SEEK_CUR = 1

Definition at line 85 of file ZPlainPostgreSql7.pas.

const BLOB_SEEK_END = 2

Definition at line 86 of file ZPlainPostgreSql7.pas.

const BLOB_SEEK_SET = 0

Definition at line 84 of file ZPlainPostgreSql7.pas.

const INV_READ = $00040000

Definition at line 82 of file ZPlainPostgreSql7.pas.

const INV_WRITE = $00020000

Definition at line 81 of file ZPlainPostgreSql7.pas.

Definition at line 643 of file ZPlainPostgreSql7.pas.

const LINUX_DLL_LOCATION = "libpq.so"

Definition at line 74 of file ZPlainPostgreSql7.pas.

Definition at line 623 of file ZPlainPostgreSql7.pas.

Definition at line 631 of file ZPlainPostgreSql7.pas.

Definition at line 639 of file ZPlainPostgreSql7.pas.

Definition at line 637 of file ZPlainPostgreSql7.pas.

Definition at line 629 of file ZPlainPostgreSql7.pas.

Definition at line 621 of file ZPlainPostgreSql7.pas.

Definition at line 625 of file ZPlainPostgreSql7.pas.

Definition at line 633 of file ZPlainPostgreSql7.pas.

Definition at line 635 of file ZPlainPostgreSql7.pas.

Definition at line 627 of file ZPlainPostgreSql7.pas.

const NAMEDATALEN = 32

Definition at line 77 of file ZPlainPostgreSql7.pas.

const OIDNAMELEN = 36

Definition at line 79 of file ZPlainPostgreSql7.pas.

PChar pgresStatus[999]

[0..999]

Definition at line 124 of file ZPlainPostgreSql7.pas.

PChar PPChar[999]

[0..999]

Definition at line 165 of file ZPlainPostgreSql7.pas.

Definition at line 545 of file ZPlainPostgreSql7.pas.

Definition at line 589 of file ZPlainPostgreSql7.pas.

Definition at line 615 of file ZPlainPostgreSql7.pas.

Definition at line 601 of file ZPlainPostgreSql7.pas.

Definition at line 607 of file ZPlainPostgreSql7.pas.

Definition at line 517 of file ZPlainPostgreSql7.pas.

Definition at line 506 of file ZPlainPostgreSql7.pas.

Definition at line 567 of file ZPlainPostgreSql7.pas.

const TPQdb PQdb

Definition at line 525 of file ZPlainPostgreSql7.pas.

Definition at line 577 of file ZPlainPostgreSql7.pas.

Definition at line 541 of file ZPlainPostgreSql7.pas.

const TPQexec PQexec

Definition at line 555 of file ZPlainPostgreSql7.pas.

Definition at line 519 of file ZPlainPostgreSql7.pas.

const TPQfmod PQfmod

Definition at line 599 of file ZPlainPostgreSql7.pas.

const TPQfn PQfn

Definition at line 579 of file ZPlainPostgreSql7.pas.

Definition at line 591 of file ZPlainPostgreSql7.pas.

Definition at line 593 of file ZPlainPostgreSql7.pas.

Definition at line 559 of file ZPlainPostgreSql7.pas.

Definition at line 597 of file ZPlainPostgreSql7.pas.

Definition at line 595 of file ZPlainPostgreSql7.pas.

Definition at line 613 of file ZPlainPostgreSql7.pas.

Definition at line 611 of file ZPlainPostgreSql7.pas.

Definition at line 569 of file ZPlainPostgreSql7.pas.

Definition at line 573 of file ZPlainPostgreSql7.pas.

Definition at line 563 of file ZPlainPostgreSql7.pas.

Definition at line 609 of file ZPlainPostgreSql7.pas.

const TPQhost PQhost

Definition at line 531 of file ZPlainPostgreSql7.pas.

Definition at line 565 of file ZPlainPostgreSql7.pas.

Definition at line 617 of file ZPlainPostgreSql7.pas.

Definition at line 587 of file ZPlainPostgreSql7.pas.

Definition at line 557 of file ZPlainPostgreSql7.pas.

Definition at line 585 of file ZPlainPostgreSql7.pas.

Definition at line 605 of file ZPlainPostgreSql7.pas.

Definition at line 603 of file ZPlainPostgreSql7.pas.

Definition at line 537 of file ZPlainPostgreSql7.pas.

const TPQpass PQpass

Definition at line 529 of file ZPlainPostgreSql7.pas.

const TPQport PQport

Definition at line 533 of file ZPlainPostgreSql7.pas.

Definition at line 571 of file ZPlainPostgreSql7.pas.

Definition at line 575 of file ZPlainPostgreSql7.pas.

Definition at line 523 of file ZPlainPostgreSql7.pas.

Definition at line 521 of file ZPlainPostgreSql7.pas.

Definition at line 583 of file ZPlainPostgreSql7.pas.

Definition at line 581 of file ZPlainPostgreSql7.pas.

Definition at line 561 of file ZPlainPostgreSql7.pas.

Definition at line 515 of file ZPlainPostgreSql7.pas.

Definition at line 551 of file ZPlainPostgreSql7.pas.

Definition at line 543 of file ZPlainPostgreSql7.pas.

Definition at line 539 of file ZPlainPostgreSql7.pas.

Definition at line 547 of file ZPlainPostgreSql7.pas.

const TPQtty PQtty

Definition at line 535 of file ZPlainPostgreSql7.pas.

Definition at line 549 of file ZPlainPostgreSql7.pas.

const TPQuser PQuser

Definition at line 527 of file ZPlainPostgreSql7.pas.

const WINDOWS1_DLL_LOCATION = "libpq74.dll"

Definition at line 68 of file ZPlainPostgreSql7.pas.

const WINDOWS2_DLL_LOCATION = "libpq.dll"

Definition at line 71 of file ZPlainPostgreSql7.pas.


Generated on Wed Dec 30 08:42:43 2009 for zeoslib by  doxygen 1.5.7.1