Definition at line 2323 of file ZPlainMySqlDriver.pas.
Byte TZMySQL41PlainDriver::BindParameters | ( | PZMySqlPrepStmt | Handle, | |
PZMysqlBindArray | bindArray | |||
) | [inherited] |
Byte TZMySQL41PlainDriver::BindResult | ( | PZMySqlPrepStmt | Handle, | |
PZMysqlBindArray | bindArray | |||
) | [inherited] |
TZMySQLD41PlainDriver::BuildArguments | ( | TStrings | Options | ) |
Boolean TZMySQL41PlainDriver::CheckAnotherRowset | ( | PZMySQLConnect | Handle | ) | [inherited] |
IZInterface TZAbstractObject::Clone | ( | ) | [inherited] |
Clones an object instance.
Reimplemented from IZObject.
Reimplemented in TZCollection, TZUnmodifiableCollection, TZHashMap, TZStack, and TZAnyValue.
Definition at line 474 of file ZClasses.pas.
TZMySQL41PlainDriver::Close | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySqlPrepStmt TZMySQL41PlainDriver::ClosePrepStmt | ( | PZMySqlPrepStmt | PrepStmtHandle | ) | [inherited] |
Boolean TZMySQL41PlainDriver::Commit | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySQLConnect TZMySQL41PlainDriver::Connect | ( | PZMySQLConnect | Handle, | |
const PChar | Host, | |||
const PChar | User, | |||
const PChar | Password | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::CreateDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
TZMySQL41PlainDriver::Debug | ( | PChar | Debug | ) | [inherited] |
TZMySQL41PlainDriver::Despose | ( | PZMySQLConnect & | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::DropDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::DumpDebugInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Boolean TZAbstractObject::Equals | ( | const IZInterface | Value | ) | [inherited] |
Reimplemented in TZAnyValue.
Integer TZMySQL41PlainDriver::ExecQuery | ( | PZMySQLConnect | Handle, | |
const PChar | Query | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::ExecRealQuery | ( | PZMySQLConnect | Handle, | |
const PChar | Query, | |||
Integer | Length | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::ExecuteStmt | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::FetchBoundResults | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLField TZMySQL41PlainDriver::FetchField | ( | PZMySQLResult | Res | ) | [inherited] |
PLongInt TZMySQL41PlainDriver::FetchLengths | ( | PZMySQLResult | Res | ) | [inherited] |
PZMySQLRow TZMySQL41PlainDriver::FetchRow | ( | PZMySQLResult | Res | ) | [inherited] |
TZMySQL41PlainDriver::FreeResult | ( | PZMySQLResult | Res | ) | [inherited] |
Int64 TZMySQL41PlainDriver::GetAffectedRows | ( | PZMySQLConnect | Handle | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetClientInfo | ( | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetClientVersion | ( | ) | [inherited] |
string TZMySQLD41PlainDriver::GetDescription | ( | ) |
Cardinal TZMySQL41PlainDriver::GetEscapeString | ( | PChar | StrTo, | |
PChar | StrFrom, | |||
Cardinal | Length | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::GetFieldCount | ( | PZMySQLResult | Res | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetFieldData | ( | PZMySQLRow | Row, | |
Cardinal | Offset | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::GetFieldDecimals | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetFieldFlags | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetFieldLength | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetFieldMaxLength | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetFieldName | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetFieldTable | ( | PZMySQLField | Field | ) | [inherited] |
Byte TZMySQL41PlainDriver::GetFieldType | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetHostInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetLastError | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetLastErrorCode | ( | PZMySQLConnect | Handle | ) | [inherited] |
Int64 TZMySQL41PlainDriver::GetLastInsertID | ( | PZMySQLConnect | Handle | ) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
AnsiString TZMySQL41PlainDriver::GetLastPreparedError | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetLastPreparedErrorCode | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::GetListDatabases | ( | PZMySQLConnect | Handle, | |
PChar | Wild | |||
) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::GetListFields | ( | PZMySQLConnect | Handle, | |
const PChar | Table, | |||
const PChar | Wild | |||
) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::GetListProcesses | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::GetListTables | ( | PZMySQLConnect | Handle, | |
const PChar | Wild | |||
) | [inherited] |
Int64 TZMySQL41PlainDriver::GetNumRows | ( | PZMySQLResult | Res | ) | [inherited] |
Int64 TZMySQL41PlainDriver::GetPreparedAffectedRows | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Cardinal TZMySQL41PlainDriver::GetPreparedBindMarkers | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetPreparedFieldCount | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Int64 TZMySQL41PlainDriver::GetPreparedInsertID | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::GetPreparedMetaData | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Int64 TZMySQL41PlainDriver::GetPreparedNumRows | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetPreparedSQLState | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
string TZMySQLD41PlainDriver::GetProtocol | ( | ) |
Cardinal TZMySQL41PlainDriver::GetProtoInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Cardinal TZMySQL41PlainDriver::GetRealEscapeString | ( | PZMySQLConnect | Handle, | |
PChar | StrTo, | |||
PChar | StrFrom, | |||
Cardinal | Length | |||
) | [inherited] |
Int64 TZMySQL41PlainDriver::GetRowCount | ( | PZMySQLResult | Res | ) | [inherited] |
PChar TZMySQL41PlainDriver::GetServerInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::GetServerVersion | ( | PZMySQLConnect | Handle | ) | [inherited] |
AnsiString TZMySQL41PlainDriver::GetSQLState | ( | PZMySQLConnect | Handle | ) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
PChar TZMySQL41PlainDriver::GetStatInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Cardinal TZMySQL41PlainDriver::GetThreadId | ( | PZMySQLConnect | Handle | ) | [inherited] |
LongInt TZAbstractObject::Hash | ( | ) | [inherited] |
Gets a unique hash for this object.
Reimplemented from IZObject.
Definition at line 462 of file ZClasses.pas.
PZMySQLConnect TZMySQLD41PlainDriver::Init | ( | PZMySQLConnect & | Handle | ) |
TZMySQLD41PlainDriver::Initialize | ( | ) |
PZMySqlPrepStmt TZMySQL41PlainDriver::InitializePrepStmt | ( | PZMySQLConnect | Handle | ) | [inherited] |
Boolean TZAbstractObject::InstanceOf | ( | const TGUID | IId | ) | [inherited] |
Checks is this object implements a specified interface.
IId | an interface id. |
True
if this object support the interface. Reimplemented from IZObject.
Definition at line 488 of file ZClasses.pas.
Integer TZMySQL41PlainDriver::Kill | ( | PZMySQLConnect | Handle, | |
LongInt | Pid | |||
) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
Integer TZMySQL41PlainDriver::Ping | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::PrepareStmt | ( | PZMySqlPrepStmt | PrepStmtHandle, | |
const PChar | Query, | |||
Integer | Length | |||
) | [inherited] |
PZMySQLConnect TZMySQL41PlainDriver::RealConnect | ( | PZMySQLConnect | Handle, | |
const PChar | Host, | |||
const PChar | User, | |||
const PChar | Password, | |||
const PChar | Db, | |||
Cardinal | Port, | |||
PChar | UnixSocket, | |||
Cardinal | ClientFlag | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::Refresh | ( | PZMySQLConnect | Handle, | |
Cardinal | Options | |||
) | [inherited] |
Boolean TZMySQL41PlainDriver::ResultSetExists | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL41PlainDriver::RetrieveNextRowset | ( | PZMySQLConnect | Handle | ) | [inherited] |
Boolean TZMySQL41PlainDriver::Rollback | ( | PZMySQLConnect | Handle | ) | [inherited] |
TZMySQL41PlainDriver::SeekData | ( | PZMySQLResult | Res, | |
Cardinal | Offset | |||
) | [inherited] |
Cardinal TZMySQL41PlainDriver::SeekField | ( | PZMySQLResult | Res, | |
Cardinal | Offset | |||
) | [inherited] |
TZMySQL41PlainDriver::SeekPreparedData | ( | PZMySqlPrepStmt | PrepStmtHandle, | |
Cardinal | Offset | |||
) | [inherited] |
PZMySQLRowOffset TZMySQL41PlainDriver::SeekPreparedRow | ( | PZMySqlPrepStmt | Handle, | |
PZMySQLRowOffset | Row | |||
) | [inherited] |
PZMySQLRowOffset TZMySQL41PlainDriver::SeekRow | ( | PZMySQLResult | Res, | |
PZMySQLRowOffset | Row | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::SelectDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
Boolean TZMySQL41PlainDriver::SetAutocommit | ( | PZMySQLConnect | Handle, | |
Boolean | mode | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::SetOptions | ( | PZMySQLConnect | Handle, | |
TZMySQLOption | Option, | |||
const PChar | Arg | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::Shutdown | ( | PZMySQLConnect | Handle, | |
TMysqlShutdownLevel | shutdown_level = ZPlainMySqlConstants , |
|||
SHUTDOWN_DEFAULT | ||||
) | [inherited] |
Integer TZMySQL41PlainDriver::SslSet | ( | PZMySQLConnect | Handle, | |
const PChar | Key, | |||
const PChar | Cert, | |||
const PChar | Ca, | |||
const PChar | Capath, | |||
const PChar | Cipher | |||
) | [inherited] |
Integer TZMySQL41PlainDriver::StorePreparedResult | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL41PlainDriver::StoreResult | ( | PZMySQLConnect | Handle | ) | [inherited] |
string TZAbstractObject::ToString | ( | ) | [inherited] |
Converts this object into the string representation.
Reimplemented from IZObject.
Reimplemented in TZCollection, TZUnmodifiableCollection, TZStack, and TZAnyValue.
Definition at line 501 of file ZClasses.pas.
PZMySQLResult TZMySQL41PlainDriver::UseResult | ( | PZMySQLConnect | Handle | ) | [inherited] |