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