Definition at line 2772 of file ZPlainMySqlDriver.pas.
Byte TZMySQL5PlainDriver::BindParameters | ( | PZMySqlPrepStmt | Handle, | |
PZMysqlBindArray | bindArray | |||
) | [inherited] |
Byte TZMySQL5PlainDriver::BindResult | ( | PZMySqlPrepStmt | Handle, | |
PZMysqlBindArray | bindArray | |||
) | [inherited] |
TZMySQLD5PlainDriver::BuildArguments | ( | TStrings | Options | ) |
Boolean TZMySQL5PlainDriver::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.
TZMySQL5PlainDriver::Close | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySqlPrepStmt TZMySQL5PlainDriver::ClosePrepStmt | ( | PZMySqlPrepStmt | PrepStmtHandle | ) | [inherited] |
Boolean TZMySQL5PlainDriver::Commit | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySQLConnect TZMySQL5PlainDriver::Connect | ( | PZMySQLConnect | Handle, | |
const PChar | Host, | |||
const PChar | User, | |||
const PChar | Password | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::CreateDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
TZMySQL5PlainDriver::Debug | ( | PChar | Debug | ) | [inherited] |
TZMySQL5PlainDriver::Despose | ( | PZMySQLConnect & | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::DropDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::DumpDebugInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Boolean TZAbstractObject::Equals | ( | const IZInterface | Value | ) | [inherited] |
Reimplemented in TZAnyValue.
Integer TZMySQL5PlainDriver::ExecQuery | ( | PZMySQLConnect | Handle, | |
const PChar | Query | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::ExecRealQuery | ( | PZMySQLConnect | Handle, | |
const PChar | Query, | |||
Integer | Length | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::ExecuteStmt | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::FetchBoundResults | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLField TZMySQL5PlainDriver::FetchField | ( | PZMySQLResult | Res | ) | [inherited] |
PLongInt TZMySQL5PlainDriver::FetchLengths | ( | PZMySQLResult | Res | ) | [inherited] |
PZMySQLRow TZMySQL5PlainDriver::FetchRow | ( | PZMySQLResult | Res | ) | [inherited] |
TZMySQL5PlainDriver::FreeResult | ( | PZMySQLResult | Res | ) | [inherited] |
Int64 TZMySQL5PlainDriver::GetAffectedRows | ( | PZMySQLConnect | Handle | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetClientInfo | ( | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetClientVersion | ( | ) | [inherited] |
string TZMySQLD5PlainDriver::GetDescription | ( | ) |
Cardinal TZMySQL5PlainDriver::GetEscapeString | ( | PChar | StrTo, | |
PChar | StrFrom, | |||
Cardinal | Length | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::GetFieldCount | ( | PZMySQLResult | Res | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetFieldData | ( | PZMySQLRow | Row, | |
Cardinal | Offset | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::GetFieldDecimals | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetFieldFlags | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetFieldLength | ( | PZMySQLField | Field | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetFieldMaxLength | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetFieldName | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetFieldTable | ( | PZMySQLField | Field | ) | [inherited] |
Byte TZMySQL5PlainDriver::GetFieldType | ( | PZMySQLField | Field | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetHostInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetLastError | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetLastErrorCode | ( | PZMySQLConnect | Handle | ) | [inherited] |
Int64 TZMySQL5PlainDriver::GetLastInsertID | ( | PZMySQLConnect | Handle | ) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
AnsiString TZMySQL5PlainDriver::GetLastPreparedError | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetLastPreparedErrorCode | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::GetListDatabases | ( | PZMySQLConnect | Handle, | |
PChar | Wild | |||
) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::GetListFields | ( | PZMySQLConnect | Handle, | |
const PChar | Table, | |||
const PChar | Wild | |||
) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::GetListProcesses | ( | PZMySQLConnect | Handle | ) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::GetListTables | ( | PZMySQLConnect | Handle, | |
const PChar | Wild | |||
) | [inherited] |
Int64 TZMySQL5PlainDriver::GetNumRows | ( | PZMySQLResult | Res | ) | [inherited] |
Int64 TZMySQL5PlainDriver::GetPreparedAffectedRows | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Cardinal TZMySQL5PlainDriver::GetPreparedBindMarkers | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetPreparedFieldCount | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Int64 TZMySQL5PlainDriver::GetPreparedInsertID | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::GetPreparedMetaData | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
Int64 TZMySQL5PlainDriver::GetPreparedNumRows | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetPreparedSQLState | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
string TZMySQLD5PlainDriver::GetProtocol | ( | ) |
Cardinal TZMySQL5PlainDriver::GetProtoInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Cardinal TZMySQL5PlainDriver::GetRealEscapeString | ( | PZMySQLConnect | Handle, | |
PChar | StrTo, | |||
PChar | StrFrom, | |||
Cardinal | Length | |||
) | [inherited] |
Int64 TZMySQL5PlainDriver::GetRowCount | ( | PZMySQLResult | Res | ) | [inherited] |
PChar TZMySQL5PlainDriver::GetServerInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::GetServerVersion | ( | PZMySQLConnect | Handle | ) | [inherited] |
AnsiString TZMySQL5PlainDriver::GetSQLState | ( | PZMySQLConnect | Handle | ) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
PChar TZMySQL5PlainDriver::GetStatInfo | ( | PZMySQLConnect | Handle | ) | [inherited] |
Cardinal TZMySQL5PlainDriver::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 TZMySQLD5PlainDriver::Init | ( | PZMySQLConnect & | Handle | ) |
TZMySQLD5PlainDriver::Initialize | ( | ) |
PZMySqlPrepStmt TZMySQL5PlainDriver::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 TZMySQL5PlainDriver::Kill | ( | PZMySQLConnect | Handle, | |
LongInt | Pid | |||
) | [inherited] |
Reimplemented from IZMySQLPlainDriver.
Integer TZMySQL5PlainDriver::Ping | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::PrepareStmt | ( | PZMySqlPrepStmt | PrepStmtHandle, | |
const PChar | Query, | |||
Integer | Length | |||
) | [inherited] |
PZMySQLConnect TZMySQL5PlainDriver::RealConnect | ( | PZMySQLConnect | Handle, | |
const PChar | Host, | |||
const PChar | User, | |||
const PChar | Password, | |||
const PChar | Db, | |||
Cardinal | Port, | |||
PChar | UnixSocket, | |||
Cardinal | ClientFlag | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::Refresh | ( | PZMySQLConnect | Handle, | |
Cardinal | Options | |||
) | [inherited] |
Boolean TZMySQL5PlainDriver::ResultSetExists | ( | PZMySQLConnect | Handle | ) | [inherited] |
Integer TZMySQL5PlainDriver::RetrieveNextRowset | ( | PZMySQLConnect | Handle | ) | [inherited] |
Boolean TZMySQL5PlainDriver::Rollback | ( | PZMySQLConnect | Handle | ) | [inherited] |
TZMySQL5PlainDriver::SeekData | ( | PZMySQLResult | Res, | |
Cardinal | Offset | |||
) | [inherited] |
Cardinal TZMySQL5PlainDriver::SeekField | ( | PZMySQLResult | Res, | |
Cardinal | Offset | |||
) | [inherited] |
TZMySQL5PlainDriver::SeekPreparedData | ( | PZMySqlPrepStmt | PrepStmtHandle, | |
Cardinal | Offset | |||
) | [inherited] |
PZMySQLRowOffset TZMySQL5PlainDriver::SeekPreparedRow | ( | PZMySqlPrepStmt | Handle, | |
PZMySQLRowOffset | Row | |||
) | [inherited] |
PZMySQLRowOffset TZMySQL5PlainDriver::SeekRow | ( | PZMySQLResult | Res, | |
PZMySQLRowOffset | Row | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::SelectDatabase | ( | PZMySQLConnect | Handle, | |
const PChar | Database | |||
) | [inherited] |
Boolean TZMySQL5PlainDriver::SetAutocommit | ( | PZMySQLConnect | Handle, | |
Boolean | mode | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::SetOptions | ( | PZMySQLConnect | Handle, | |
TZMySQLOption | Option, | |||
const PChar | Arg | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::Shutdown | ( | PZMySQLConnect | Handle, | |
TMysqlShutdownLevel | shutdown_level = ZPlainMySqlConstants , |
|||
SHUTDOWN_DEFAULT | ||||
) | [inherited] |
Integer TZMySQL5PlainDriver::SslSet | ( | PZMySQLConnect | Handle, | |
const PChar | Key, | |||
const PChar | Cert, | |||
const PChar | Ca, | |||
const PChar | Capath, | |||
const PChar | Cipher | |||
) | [inherited] |
Integer TZMySQL5PlainDriver::StorePreparedResult | ( | PZMySqlPrepStmt | Handle | ) | [inherited] |
PZMySQLResult TZMySQL5PlainDriver::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 TZMySQL5PlainDriver::UseResult | ( | PZMySQLConnect | Handle | ) | [inherited] |