Definition at line 598 of file ZPlainPostgreSqlDriver.pas.
TZPostgreSQL7PlainDriver::TZPostgreSQL7PlainDriver | ( | ) |
Definition at line 1313 of file ZPlainPostgreSqlDriver.pas.
TZPostgreSQL7PlainDriver::Clear | ( | PZPostgreSQLResult | Res | ) |
Reimplemented from IZPostgreSQLPlainDriver.
Definition at line 1344 of file ZPlainPostgreSqlDriver.pas.
IZInterface TZAbstractObject::Clone | ( | ) | [inherited] |
Clones an 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 | ( | ) |
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 | ( | ) |
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.
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 | ( | ) |
Boolean TZAbstractObject::InstanceOf | ( | const TGUID | IId | ) | [inherited] |
Checks is this object implements a specified interface.
IId | an interface id. |
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.
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.