TZPostgreSQL7PlainDriver Class Reference

Implements a driver for PostgreSQL 7.4. More...

Inheritance diagram for TZPostgreSQL7PlainDriver:

TZAbstractObject IZPostgreSQLPlainDriver TInterfacedObject IZObject

List of all members.

Public Member Functions

 Clear (PZPostgreSQLResult Res)
IZInterface Clone ()
 Clones an object instance.
Integer CloseLargeObject (PZPostgreSQLConnect Handle, Integer Fd)
PZPostgreSQLConnect ConnectDatabase (PChar ConnInfo)
Integer ConsumeInput (PZPostgreSQLConnect Handle)
Oid CreateLargeObject (PZPostgreSQLConnect Handle, Integer Mode)
string DecodeBYTEA (string value)
string EncodeBYTEA (string Value, PZPostgreSQLConnect Handle)
Integer EndCopy (PZPostgreSQLConnect Handle)
Boolean Equals (const IZInterface Value)
PZPostgreSQLResult ExecuteFunction (PZPostgreSQLConnect Handle, Integer fnid, PInteger result_buf, PInteger result_len, Integer result_is_int, PZPostgreSQLArgBlock args, Integer nargs)
PZPostgreSQLResult ExecuteQuery (PZPostgreSQLConnect Handle, PChar Query)
Integer ExportLargeObject (PZPostgreSQLConnect Handle, Oid ObjId, PChar FileName)
 Finish (PZPostgreSQLConnect Handle)
 FreeNotify (PZPostgreSQLNotify Handle)
Integer GetBackendPID (PZPostgreSQLConnect Handle)
Integer GetBinaryTuples (PZPostgreSQLResult Res)
PChar GetCommandStatus (PZPostgreSQLResult Res)
PChar GetCommandTuples (PZPostgreSQLResult Res)
PZPostgreSQLConnectInfoOption GetConnectDefaults ()
PChar GetDatabase (PZPostgreSQLConnect Handle)
string GetDescription ()
PChar GetErrorMessage (PZPostgreSQLConnect Handle)
Integer GetFieldCount (PZPostgreSQLResult Res)
Integer GetFieldMode (PZPostgreSQLResult Res, Integer FieldNum)
PChar GetFieldName (PZPostgreSQLResult Res, Integer FieldNum)
Integer GetFieldNumber (PZPostgreSQLResult Res, PChar FieldName)
Integer GetFieldSize (PZPostgreSQLResult Res, Integer FieldNum)
Oid GetFieldType (PZPostgreSQLResult Res, Integer FieldNum)
PChar GetHost (PZPostgreSQLConnect Handle)
Integer GetIsNull (PZPostgreSQLResult Res, Integer TupNum, Integer FieldNum)
Integer GetLength (PZPostgreSQLResult Res, Integer TupNum, Integer FieldNum)
Integer GetLine (PZPostgreSQLConnect Handle, PChar Buffer, Integer Length)
Integer GetLineAsync (PZPostgreSQLConnect Handle, PChar Buffer, Integer Length)
PChar GetOidStatus (PZPostgreSQLResult Res)
Oid GetOidValue (PZPostgreSQLResult Res)
PChar GetOptions (PZPostgreSQLConnect Handle)
PChar GetPassword (PZPostgreSQLConnect Handle)
PChar GetPort (PZPostgreSQLConnect Handle)
string GetProtocol ()
PZPostgreSQLResult GetResult (PZPostgreSQLConnect Handle)
PChar GetResultErrorField (PZPostgreSQLResult Res, TZPostgreSQLFieldCode FieldCode)
PChar GetResultErrorMessage (PZPostgreSQLResult Res)
TZPostgreSQLExecStatusType GetResultStatus (PZPostgreSQLResult Res)
Integer GetRowCount (PZPostgreSQLResult Res)
Integer GetSocket (PZPostgreSQLConnect Handle)
TZPostgreSQLConnectStatusType GetStatus (PZPostgreSQLConnect Handle)
PChar GetTTY (PZPostgreSQLConnect Handle)
PChar GetUser (PZPostgreSQLConnect Handle)
PChar GetValue (PZPostgreSQLResult Res, Integer TupNum, Integer FieldNum)
LongInt Hash ()
 Gets a unique hash for this object.
Oid ImportLargeObject (PZPostgreSQLConnect Handle, PChar FileName)
 Initialize ()
Boolean InstanceOf (const TGUID IId)
 Checks is this object implements a specified interface.
Integer IsBusy (PZPostgreSQLConnect Handle)
PZPostgreSQLResult MakeEmptyResult (PZPostgreSQLConnect Handle, TZPostgreSQLExecStatusType Status)
PZPostgreSQLNotify Notifies (PZPostgreSQLConnect Handle)
Integer OpenLargeObject (PZPostgreSQLConnect Handle, Oid ObjId, Integer Mode)
Integer PutBytes (PZPostgreSQLConnect Handle, PChar Buffer, Integer Length)
Integer PutLine (PZPostgreSQLConnect Handle, PChar Buffer)
Integer ReadLargeObject (PZPostgreSQLConnect Handle, Integer Fd, PChar Buffer, Integer Length)
Integer RequestCancel (PZPostgreSQLConnect Handle)
 Reset (PZPostgreSQLConnect Handle)
Integer SeekLargeObject (PZPostgreSQLConnect Handle, Integer Fd, Integer Offset, Integer Whence)
Integer SendQuery (PZPostgreSQLConnect Handle, PChar Query)
PZPostgreSQLConnect SetDatabaseLogin (PChar Host, PChar Port, PChar Options, PChar TTY, PChar Db, PChar User, PChar Passwd)
 SetNoticeProcessor (PZPostgreSQLConnect Handle, TZPostgreSQLNoticeProcessor Proc, Pointer Arg)
Integer TellLargeObject (PZPostgreSQLConnect Handle, Integer Fd)
string ToString ()
 Converts this object into the string representation.
 Trace (PZPostgreSQLConnect Handle, Pointer DebugPort)
 TZPostgreSQL7PlainDriver ()
Integer UnlinkLargeObject (PZPostgreSQLConnect Handle, Oid ObjId)
 Untrace (PZPostgreSQLConnect Handle)
Integer WriteLargeObject (PZPostgreSQLConnect Handle, Integer Fd, PChar Buffer, Integer Length)


Detailed Description

Implements a driver for PostgreSQL 7.4.

Definition at line 598 of file ZPlainPostgreSqlDriver.pas.


Constructor & Destructor Documentation

TZPostgreSQL7PlainDriver::TZPostgreSQL7PlainDriver (  ) 

Definition at line 1313 of file ZPlainPostgreSqlDriver.pas.


Member Function Documentation

TZPostgreSQL7PlainDriver::Clear ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1344 of file ZPlainPostgreSqlDriver.pas.

IZInterface TZAbstractObject::Clone (  )  [inherited]

Clones an object instance.

Returns:
a clonned object instance.

Reimplemented from IZObject.

Reimplemented in TZCollection, TZUnmodifiableCollection, TZHashMap, TZStack, and TZAnyValue.

Definition at line 474 of file ZClasses.pas.

Integer TZPostgreSQL7PlainDriver::CloseLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Fd 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1353 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLConnect TZPostgreSQL7PlainDriver::ConnectDatabase ( PChar  ConnInfo  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1363 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::ConsumeInput ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1372 of file ZPlainPostgreSqlDriver.pas.

Oid TZPostgreSQL7PlainDriver::CreateLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Mode 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1381 of file ZPlainPostgreSqlDriver.pas.

string TZPostgreSQL7PlainDriver::DecodeBYTEA ( string  value  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1391 of file ZPlainPostgreSqlDriver.pas.

string TZPostgreSQL7PlainDriver::EncodeBYTEA ( string  Value,
PZPostgreSQLConnect  Handle 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1400 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::EndCopy ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1410 of file ZPlainPostgreSqlDriver.pas.

Boolean TZAbstractObject::Equals ( const IZInterface  Value  )  [inherited]

Reimplemented in TZAnyValue.

PZPostgreSQLResult TZPostgreSQL7PlainDriver::ExecuteFunction ( PZPostgreSQLConnect  Handle,
Integer  fnid,
PInteger  result_buf,
PInteger  result_len,
Integer  result_is_int,
PZPostgreSQLArgBlock  args,
Integer  nargs 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1419 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLResult TZPostgreSQL7PlainDriver::ExecuteQuery ( PZPostgreSQLConnect  Handle,
PChar  Query 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1435 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::ExportLargeObject ( PZPostgreSQLConnect  Handle,
Oid  ObjId,
PChar  FileName 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1445 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::Finish ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1456 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::FreeNotify ( PZPostgreSQLNotify  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1465 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetBackendPID ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1474 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetBinaryTuples ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1483 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetCommandStatus ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1492 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetCommandTuples ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1501 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLConnectInfoOption TZPostgreSQL7PlainDriver::GetConnectDefaults (  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1511 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetDatabase ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1519 of file ZPlainPostgreSqlDriver.pas.

string TZPostgreSQL7PlainDriver::GetDescription (  ) 

Reimplemented from IZPlainDriver.

Definition at line 1328 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetErrorMessage ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1528 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetFieldCount ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1537 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetFieldMode ( PZPostgreSQLResult  Res,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1546 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetFieldName ( PZPostgreSQLResult  Res,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1556 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetFieldNumber ( PZPostgreSQLResult  Res,
PChar  FieldName 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1566 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetFieldSize ( PZPostgreSQLResult  Res,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1576 of file ZPlainPostgreSqlDriver.pas.

Oid TZPostgreSQL7PlainDriver::GetFieldType ( PZPostgreSQLResult  Res,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1586 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetHost ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1596 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetIsNull ( PZPostgreSQLResult  Res,
Integer  TupNum,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1605 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetLength ( PZPostgreSQLResult  Res,
Integer  TupNum,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1616 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetLine ( PZPostgreSQLConnect  Handle,
PChar  Buffer,
Integer  Length 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1627 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetLineAsync ( PZPostgreSQLConnect  Handle,
PChar  Buffer,
Integer  Length 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1638 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetOidStatus ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1649 of file ZPlainPostgreSqlDriver.pas.

Oid TZPostgreSQL7PlainDriver::GetOidValue ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1658 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetOptions ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1667 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetPassword ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1676 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetPort ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1685 of file ZPlainPostgreSqlDriver.pas.

string TZPostgreSQL7PlainDriver::GetProtocol (  ) 

Reimplemented from IZPlainDriver.

Definition at line 1320 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLResult TZPostgreSQL7PlainDriver::GetResult ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1694 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetResultErrorField ( PZPostgreSQLResult  Res,
TZPostgreSQLFieldCode  FieldCode 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1703 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetResultErrorMessage ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1714 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQLExecStatusType TZPostgreSQL7PlainDriver::GetResultStatus ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1723 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetRowCount ( PZPostgreSQLResult  Res  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1732 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::GetSocket ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1741 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQLConnectStatusType TZPostgreSQL7PlainDriver::GetStatus ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1750 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetTTY ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1759 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetUser ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1768 of file ZPlainPostgreSqlDriver.pas.

PChar TZPostgreSQL7PlainDriver::GetValue ( PZPostgreSQLResult  Res,
Integer  TupNum,
Integer  FieldNum 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1777 of file ZPlainPostgreSqlDriver.pas.

LongInt TZAbstractObject::Hash (  )  [inherited]

Gets a unique hash for this object.

Returns:
a unique hash for this object.

Reimplemented from IZObject.

Definition at line 462 of file ZClasses.pas.

Oid TZPostgreSQL7PlainDriver::ImportLargeObject ( PZPostgreSQLConnect  Handle,
PChar  FileName 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1788 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::Initialize (  ) 

Reimplemented from IZPlainDriver.

Definition at line 1336 of file ZPlainPostgreSqlDriver.pas.

Boolean TZAbstractObject::InstanceOf ( const TGUID  IId  )  [inherited]

Checks is this object implements a specified interface.

Parameters:
IId an interface id.
Returns:
True if this object support the interface.

Reimplemented from IZObject.

Definition at line 488 of file ZClasses.pas.

Integer TZPostgreSQL7PlainDriver::IsBusy ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1798 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLResult TZPostgreSQL7PlainDriver::MakeEmptyResult ( PZPostgreSQLConnect  Handle,
TZPostgreSQLExecStatusType  Status 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1807 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLNotify TZPostgreSQL7PlainDriver::Notifies ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1818 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::OpenLargeObject ( PZPostgreSQLConnect  Handle,
Oid  ObjId,
Integer  Mode 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1827 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::PutBytes ( PZPostgreSQLConnect  Handle,
PChar  Buffer,
Integer  Length 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1838 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::PutLine ( PZPostgreSQLConnect  Handle,
PChar  Buffer 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1849 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::ReadLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Fd,
PChar  Buffer,
Integer  Length 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1859 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::RequestCancel ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1871 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::Reset ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1880 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::SeekLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Fd,
Integer  Offset,
Integer  Whence 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1889 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::SendQuery ( PZPostgreSQLConnect  Handle,
PChar  Query 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1901 of file ZPlainPostgreSqlDriver.pas.

PZPostgreSQLConnect TZPostgreSQL7PlainDriver::SetDatabaseLogin ( PChar  Host,
PChar  Port,
PChar  Options,
PChar  TTY,
PChar  Db,
PChar  User,
PChar  Passwd 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1911 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::SetNoticeProcessor ( PZPostgreSQLConnect  Handle,
TZPostgreSQLNoticeProcessor  Proc,
Pointer  Arg 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1927 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::TellLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Fd 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1938 of file ZPlainPostgreSqlDriver.pas.

string TZAbstractObject::ToString (  )  [inherited]

Converts this object into the string representation.

Returns:
a string representation for this object.

Reimplemented from IZObject.

Reimplemented in TZCollection, TZUnmodifiableCollection, TZStack, and TZAnyValue.

Definition at line 501 of file ZClasses.pas.

TZPostgreSQL7PlainDriver::Trace ( PZPostgreSQLConnect  Handle,
Pointer  DebugPort 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1948 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::UnlinkLargeObject ( PZPostgreSQLConnect  Handle,
Oid  ObjId 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1958 of file ZPlainPostgreSqlDriver.pas.

TZPostgreSQL7PlainDriver::Untrace ( PZPostgreSQLConnect  Handle  ) 

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1968 of file ZPlainPostgreSqlDriver.pas.

Integer TZPostgreSQL7PlainDriver::WriteLargeObject ( PZPostgreSQLConnect  Handle,
Integer  Fd,
PChar  Buffer,
Integer  Length 
)

Reimplemented from IZPostgreSQLPlainDriver.

Definition at line 1977 of file ZPlainPostgreSqlDriver.pas.


The documentation for this class was generated from the following file:

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