Definition at line 133 of file ZDbcMySql.pas.
IZConnection::ClearWarnings | ( | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, and TZDBLibConnection.
IZConnection::Close | ( | ) | [inherited] |
IZConnection::Commit | ( | ) | [inherited] |
IZConnection::CommitPrepared | ( | const string | transactionid | ) | [inherited] |
Reimplemented in TZAbstractConnection, and TZPostgreSQLConnection.
IZNotification IZConnection::CreateNotification | ( | const string | Event | ) | [inherited] |
Reimplemented in TZAbstractConnection.
IZSequence IZConnection::CreateSequence | ( | const string | Sequence, | |
Integer | BlockSize | |||
) | [inherited] |
Reimplemented in TZAbstractConnection, TZInterbase6Connection, TZOracleConnection, and TZPostgreSQLConnection.
IZStatement IZConnection::CreateStatement | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
IZStatement IZConnection::CreateStatementWithParams | ( | TStrings | Info | ) | [inherited] |
Reimplemented in TZAbstractConnection.
String IZConnection::EscapeString | ( | String | Value | ) | [inherited] |
Reimplemented in TZAbstractConnection, and TZMySQLConnection.
Boolean IZConnection::GetAutoCommit | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
string IZConnection::GetCatalog | ( | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, TZDBLibConnection, TZMySQLConnection, TZOracleConnection, and TZSQLiteConnection.
Integer IZConnection::GetClientVersion | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection, and TZMySQLConnection.
PZMySQLConnect IZMySQLConnection::GetConnectionHandle | ( | ) |
Reimplemented in TZMySQLConnection.
IZDriver IZConnection::GetDriver | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
Integer IZConnection::GetHostVersion | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection, TZMySQLConnection, and TZPostgreSQLConnection.
IZDatabaseMetadata IZConnection::GetMetadata | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
TStrings IZConnection::GetParameters | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
IZMySQLPlainDriver IZMySQLConnection::GetPlainDriver | ( | ) |
Reimplemented in TZMySQLConnection.
TZTransactIsolationLevel IZConnection::GetTransactionIsolation | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
EZSQLWarning IZConnection::GetWarnings | ( | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, and TZDBLibConnection.
Boolean IZConnection::IsClosed | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
Boolean IZConnection::IsReadOnly | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection.
string IZConnection::NativeSQL | ( | const string | SQL | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, and TZDBLibConnection.
IZConnection::Open | ( | ) | [inherited] |
Integer IZConnection::PingServer | ( | ) | [inherited] |
Reimplemented in TZAbstractConnection, TZInterbase6Connection, TZMySQLConnection, and TZPostgreSQLConnection.
IZCallableStatement IZConnection::PrepareCall | ( | const string | SQL | ) | [inherited] |
Reimplemented in TZAbstractConnection.
IZCallableStatement IZConnection::PrepareCallWithParams | ( | const string | SQL, | |
TStrings | Info | |||
) | [inherited] |
Reimplemented in TZAbstractConnection.
IZPreparedStatement IZConnection::PrepareStatement | ( | const string | SQL | ) | [inherited] |
Reimplemented in TZAbstractConnection.
IZPreparedStatement IZConnection::PrepareStatementWithParams | ( | const string | SQL, | |
TStrings | Info | |||
) | [inherited] |
Reimplemented in TZAbstractConnection.
IZConnection::PrepareTransaction | ( | const string | transactionid | ) | [inherited] |
Reimplemented in TZAbstractConnection, and TZPostgreSQLConnection.
IZConnection::Rollback | ( | ) | [inherited] |
IZConnection::RollbackPrepared | ( | const string | transactionid | ) | [inherited] |
Reimplemented in TZAbstractConnection, and TZPostgreSQLConnection.
IZConnection::SetAutoCommit | ( | Boolean | Value | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, TZDBLibConnection, and TZMySQLConnection.
IZConnection::SetCatalog | ( | const string | Value | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, TZDBLibConnection, TZMySQLConnection, TZOracleConnection, and TZSQLiteConnection.
IZConnection::SetReadOnly | ( | Boolean | Value | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, and TZDBLibConnection.
IZConnection::SetTransactionIsolation | ( | TZTransactIsolationLevel | Value | ) | [inherited] |
Reimplemented in TZAdoConnection, TZAbstractConnection, TZDBLibConnection, TZMySQLConnection, TZOracleConnection, TZPostgreSQLConnection, and TZSQLiteConnection.