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