TZAbstractConnection Member List
This is the complete list of members for
TZAbstractConnection, including all inherited members.
AutoCommit | TZAbstractConnection | [protected] |
ClearWarnings() | TZAbstractConnection | |
Close() | TZAbstractConnection | |
Closed | TZAbstractConnection | [protected] |
Commit() | TZAbstractConnection | |
CommitPrepared(const string transactionid) | TZAbstractConnection | |
CreateCallableStatement(const string SQL, TStrings Info) | TZAbstractConnection | [protected] |
CreateNotification(const string Event) | TZAbstractConnection | |
CreatePreparedStatement(const string SQL, TStrings Info) | TZAbstractConnection | [protected] |
CreateRegularStatement(TStrings Info) | TZAbstractConnection | [protected] |
CreateSequence(const string Sequence, Integer BlockSize) | TZAbstractConnection | |
CreateStatement() | TZAbstractConnection | |
CreateStatementWithParams(TStrings Info) | TZAbstractConnection | |
Database | TZAbstractConnection | [protected] |
Driver | TZAbstractConnection | [protected] |
EscapeString(String Value) | TZAbstractConnection | |
FAutoCommit | TZAbstractConnection | [private] |
FClosed | TZAbstractConnection | [private] |
FDatabase | TZAbstractConnection | [private] |
FDriver | TZAbstractConnection | [private] |
FHostName | TZAbstractConnection | [private] |
FInfo | TZAbstractConnection | [private] |
FMetadata | TZAbstractConnection | [private] |
FPassword | TZAbstractConnection | [private] |
FPort | TZAbstractConnection | [private] |
FReadOnly | TZAbstractConnection | [private] |
FTransactIsolationLevel | TZAbstractConnection | [private] |
FUser | TZAbstractConnection | [private] |
GetAutoCommit() | TZAbstractConnection | |
GetCatalog() | TZAbstractConnection | |
GetClientVersion() | TZAbstractConnection | |
GetDriver() | TZAbstractConnection | |
GetHostVersion() | TZAbstractConnection | |
GetMetadata() | TZAbstractConnection | |
GetParameters() | TZAbstractConnection | |
GetTransactionIsolation() | TZAbstractConnection | |
GetWarnings() | TZAbstractConnection | |
HostName | TZAbstractConnection | [protected] |
Info | TZAbstractConnection | [protected] |
IsClosed() | TZAbstractConnection | |
IsReadOnly() | TZAbstractConnection | |
NativeSQL(const string SQL) | TZAbstractConnection | |
Open() | TZAbstractConnection | |
Password | TZAbstractConnection | [protected] |
PingServer() | TZAbstractConnection | |
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) | TZAbstractConnection | |
RaiseUnsupportedException() | TZAbstractConnection | [protected] |
ReadOnly | TZAbstractConnection | [protected] |
Rollback() | TZAbstractConnection | |
RollbackPrepared(const string transactionid) | TZAbstractConnection | |
SetAutoCommit(Boolean AutoCommit) | TZAbstractConnection | |
SetCatalog(const string Catalog) | TZAbstractConnection | |
SetReadOnly(Boolean ReadOnly) | TZAbstractConnection | |
SetTransactionIsolation(TZTransactIsolationLevel Level) | TZAbstractConnection | |
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 | |
User | TZAbstractConnection | [protected] |
~TZAbstractConnection() | TZAbstractConnection | |