, including all inherited members.
AutoCommit | TZAbstractConnection | [protected] |
ClearWarnings() | TZAbstractConnection | |
Close() | TZOracleConnection | |
Closed | TZAbstractConnection | [protected] |
Commit() | TZOracleConnection | |
CommitPrepared(const string transactionid) | TZAbstractConnection | |
CreateCallableStatement(const string SQL, TStrings Info) | TZAbstractConnection | [protected] |
CreateNotification(const string Event) | TZAbstractConnection | |
CreatePreparedStatement(const string SQL, TStrings Info) | TZOracleConnection | |
CreateRegularStatement(TStrings Info) | TZOracleConnection | |
CreateSequence(const string Sequence, Integer BlockSize) | TZOracleConnection | |
CreateStatement() | TZAbstractConnection | |
CreateStatementWithParams(TStrings Info) | TZAbstractConnection | |
Database | TZAbstractConnection | [protected] |
Driver | TZAbstractConnection | [protected] |
EscapeString(String Value) | TZAbstractConnection | |
FCatalog | TZOracleConnection | [private] |
FClientCodePage | TZOracleConnection | [private] |
FContextHandle | TZOracleConnection | [private] |
FErrorHandle | TZOracleConnection | [private] |
FHandle | TZOracleConnection | [private] |
FPlainDriver | TZOracleConnection | [private] |
FServerHandle | TZOracleConnection | [private] |
FSessionHandle | TZOracleConnection | [private] |
FTransHandle | TZOracleConnection | [private] |
GetAutoCommit() | TZAbstractConnection | |
GetCatalog() | TZOracleConnection | |
GetClientVersion() | TZAbstractConnection | |
GetConnectionHandle() | TZOracleConnection | |
GetContextHandle() | TZOracleConnection | |
GetDriver() | TZAbstractConnection | |
GetErrorHandle() | TZOracleConnection | |
GetHostVersion() | TZAbstractConnection | |
GetMetadata() | TZAbstractConnection | |
GetParameters() | TZAbstractConnection | |
GetPlainDriver() | TZOracleConnection | |
GetServerHandle() | TZOracleConnection | |
GetSessionHandle() | TZOracleConnection | |
GetTransactionHandle() | TZOracleConnection | |
GetTransactionIsolation() | TZAbstractConnection | |
GetWarnings() | TZAbstractConnection | |
HostName | TZAbstractConnection | [protected] |
Info | TZAbstractConnection | [protected] |
IsClosed() | TZAbstractConnection | |
IsReadOnly() | TZAbstractConnection | |
NativeSQL(const string SQL) | TZAbstractConnection | |
Open() | TZOracleConnection | |
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() | TZOracleConnection | |
RollbackPrepared(const string transactionid) | TZAbstractConnection | |
SetAutoCommit(Boolean AutoCommit) | TZAbstractConnection | |
SetCatalog(const string Catalog) | TZOracleConnection | |
SetReadOnly(Boolean ReadOnly) | TZAbstractConnection | |
SetTransactionIsolation(TZTransactIsolationLevel Level) | TZOracleConnection | |
StartTransactionSupport() | TZOracleConnection | [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 | |
TZOracleConnection(IZDriver Driver, const string Url, IZOraclePlainDriver PlainDriver, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info) | TZOracleConnection | |
User | TZAbstractConnection | [protected] |
~TZAbstractConnection() | TZAbstractConnection | |
~TZOracleConnection() | TZOracleConnection | |