, including all inherited members.
AutoCommit | TZAbstractConnection | [protected] |
BuildConnectStr() | TZPostgreSQLConnection | [protected] |
ClearWarnings() | TZAbstractConnection | |
Close() | TZPostgreSQLConnection | |
Closed | TZAbstractConnection | [protected] |
Commit() | TZPostgreSQLConnection | |
CommitPrepared(const string transactionid) | TZPostgreSQLConnection | |
CreateCallableStatement(const string SQL, TStrings Info) | TZAbstractConnection | [protected] |
CreateNotification(const string Event) | TZAbstractConnection | |
CreatePreparedStatement(const string SQL, TStrings Info) | TZPostgreSQLConnection | |
CreateRegularStatement(TStrings Info) | TZPostgreSQLConnection | |
CreateSequence(const string Sequence, Integer BlockSize) | TZPostgreSQLConnection | |
CreateStatement() | TZAbstractConnection | |
CreateStatementWithParams(TStrings Info) | TZAbstractConnection | |
Database | TZAbstractConnection | [protected] |
Driver | TZAbstractConnection | [protected] |
EscapeString(String Value) | TZAbstractConnection | |
FBeginRequired | TZPostgreSQLConnection | [private] |
FCharactersetCode | TZPostgreSQLConnection | [private] |
FClientCodePage | TZPostgreSQLConnection | [private] |
FHandle | TZPostgreSQLConnection | [private] |
FNoticeProcessor | TZPostgreSQLConnection | [private] |
FOidAsBlob | TZPostgreSQLConnection | [private] |
FPlainDriver | TZPostgreSQLConnection | [private] |
FServerMajorVersion | TZPostgreSQLConnection | [private] |
FServerMinorVersion | TZPostgreSQLConnection | [private] |
FServerSubVersion | TZPostgreSQLConnection | [private] |
FTypeList | TZPostgreSQLConnection | [private] |
GetAutoCommit() | TZAbstractConnection | |
GetCatalog() | TZAbstractConnection | |
GetCharactersetCode() | TZPostgreSQLConnection | |
GetClientVersion() | TZAbstractConnection | |
GetConnectionHandle() | TZPostgreSQLConnection | |
GetDriver() | TZAbstractConnection | |
GetHostVersion() | TZPostgreSQLConnection | |
GetMetadata() | TZAbstractConnection | |
GetParameters() | TZAbstractConnection | |
GetPlainDriver() | TZPostgreSQLConnection | |
GetServerMajorVersion() | TZPostgreSQLConnection | |
GetServerMinorVersion() | TZPostgreSQLConnection | |
GetServerSubVersion() | TZPostgreSQLConnection | |
GetTransactionIsolation() | TZAbstractConnection | |
GetTypeNameByOid(Oid Id) | TZPostgreSQLConnection | |
GetWarnings() | TZAbstractConnection | |
HostName | TZAbstractConnection | [protected] |
Info | TZAbstractConnection | [protected] |
IsClosed() | TZAbstractConnection | |
IsOidAsBlob() | TZPostgreSQLConnection | |
IsReadOnly() | TZAbstractConnection | |
LoadServerVersion() | TZPostgreSQLConnection | [protected] |
NativeSQL(const string SQL) | TZAbstractConnection | |
Open() | TZPostgreSQLConnection | |
Password | TZAbstractConnection | [protected] |
PingServer() | TZPostgreSQLConnection | |
Port | TZAbstractConnection | [protected] |
PrepareCall(const string SQL) | TZAbstractConnection | |
PrepareCallWithParams(const string SQL, TStrings Info) | TZAbstractConnection | |
PrepareStatement(const string SQL) | TZAbstractConnection | |
PrepareStatementWithParams(const string SQL, TStrings Info) | TZAbstractConnection | |
PrepareTransaction(const string transactionid) | TZPostgreSQLConnection | |
RaiseUnsupportedException() | TZAbstractConnection | [protected] |
ReadOnly | TZAbstractConnection | [protected] |
Rollback() | TZPostgreSQLConnection | |
RollbackPrepared(const string transactionid) | TZPostgreSQLConnection | |
SetAutoCommit(Boolean AutoCommit) | TZAbstractConnection | |
SetCatalog(const string Catalog) | TZAbstractConnection | |
SetReadOnly(Boolean ReadOnly) | TZAbstractConnection | |
SetTransactionIsolation(TZTransactIsolationLevel Level) | TZPostgreSQLConnection | |
StartTransactionSupport() | TZPostgreSQLConnection | [protected] |
TransactIsolationLevel | TZAbstractConnection | [protected] |
TZAbstractConnection(IZDriver Driver, const string Url, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info, TContainedObject Metadata) | TZAbstractConnection | |
TZPostgreSQLConnection(IZDriver Driver, const string Url, IZPostgreSQLPlainDriver PlainDriver, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info) | TZPostgreSQLConnection | |
User | TZAbstractConnection | [protected] |
~TZAbstractConnection() | TZAbstractConnection | |
~TZPostgreSQLConnection() | TZPostgreSQLConnection | |