, including all inherited members.
AutoCommit | TZAbstractConnection | [protected] |
CheckDBLibError(TZLoggingCategory LogCategory, const string LogMessage) | TZDBLibConnection | [protected] |
ClearWarnings() | TZDBLibConnection | |
Close() | TZDBLibConnection | |
Closed | TZAbstractConnection | [protected] |
Commit() | TZDBLibConnection | |
CommitPrepared(const string transactionid) | TZAbstractConnection | |
CreateCallableStatement(const string SQL, TStrings Info) | TZDBLibConnection | |
CreateNotification(const string Event) | TZAbstractConnection | |
CreatePreparedStatement(const string SQL, TStrings Info) | TZDBLibConnection | |
CreateRegularStatement(TStrings Info) | TZDBLibConnection | |
CreateSequence(const string Sequence, Integer BlockSize) | TZAbstractConnection | |
CreateStatement() | TZAbstractConnection | |
CreateStatementWithParams(TStrings Info) | TZAbstractConnection | |
Database | TZAbstractConnection | [protected] |
Driver | TZAbstractConnection | [protected] |
EscapeString(String Value) | TZAbstractConnection | |
FHandle | TZDBLibConnection | [protected] |
FPlainDriver | TZDBLibConnection | [protected] |
GetAutoCommit() | TZAbstractConnection | |
GetCatalog() | TZDBLibConnection | |
GetClientVersion() | TZAbstractConnection | |
GetConnectionHandle() | TZDBLibConnection | [protected] |
GetDriver() | TZAbstractConnection | |
GetHostVersion() | TZAbstractConnection | |
GetMetadata() | TZAbstractConnection | |
GetParameters() | TZAbstractConnection | |
GetPlainDriver() | TZDBLibConnection | [protected] |
GetTransactionIsolation() | TZAbstractConnection | |
GetWarnings() | TZDBLibConnection | |
HostName | TZAbstractConnection | [protected] |
Info | TZAbstractConnection | [protected] |
InternalExecuteStatement(const string SQL) | TZDBLibConnection | [protected] |
InternalLogin() | TZDBLibConnection | [protected] |
InternalSetTransactionIsolation(TZTransactIsolationLevel Level) | TZDBLibConnection | [private] |
IsClosed() | TZAbstractConnection | |
IsReadOnly() | TZAbstractConnection | |
NativeSQL(const string SQL) | TZDBLibConnection | |
Open() | TZDBLibConnection | |
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] |
ReStartTransactionSupport() | TZDBLibConnection | [private] |
Rollback() | TZDBLibConnection | |
RollbackPrepared(const string transactionid) | TZAbstractConnection | |
SetAutoCommit(Boolean AutoCommit) | TZDBLibConnection | |
SetCatalog(const string Catalog) | TZDBLibConnection | |
SetReadOnly(Boolean ReadOnly) | TZDBLibConnection | |
SetTransactionIsolation(TZTransactIsolationLevel Level) | TZDBLibConnection | |
StartTransaction() | TZDBLibConnection | [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 | |
TZDBLibConnection(IZDriver Driver, const string Url, IZDBLibPlainDriver PlainDriver, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info) | TZDBLibConnection | |
User | TZAbstractConnection | [protected] |
~TZAbstractConnection() | TZAbstractConnection | |
~TZDBLibConnection() | TZDBLibConnection | |