, including all inherited members.
BindParameters(PZMySqlPrepStmt Handle, PZMysqlBindArray bindArray) | IZMySQLPlainDriver | |
BindResult(PZMySqlPrepStmt Handle, PZMysqlBindArray bindArray) | IZMySQLPlainDriver | |
BuildArguments(TStrings Options) | IZMySQLPlainDriver | |
CheckAnotherRowset(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
Close(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
ClosePrepStmt(PZMySqlPrepStmt PrepStmtHandle) | IZMySQLPlainDriver | |
Commit(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
Connect(PZMySQLConnect Handle, const PChar Host, const PChar User, const PChar Password) | IZMySQLPlainDriver | |
CreateDatabase(PZMySQLConnect Handle, const PChar Database) | IZMySQLPlainDriver | |
Debug(PChar Debug) | IZMySQLPlainDriver | |
Despose(PZMySQLConnect &Handle) | IZMySQLPlainDriver | |
DropDatabase(PZMySQLConnect Handle, const PChar Database) | IZMySQLPlainDriver | |
DumpDebugInfo(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
ExecQuery(PZMySQLConnect Handle, const PChar Query) | IZMySQLPlainDriver | |
ExecRealQuery(PZMySQLConnect Handle, const PChar Query, Integer Length) | IZMySQLPlainDriver | |
ExecuteStmt(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
FetchBoundResults(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
FetchField(PZMySQLResult Res) | IZMySQLPlainDriver | |
FetchLengths(PZMySQLResult Res) | IZMySQLPlainDriver | |
FetchRow(PZMySQLResult Res) | IZMySQLPlainDriver | |
FreeResult(PZMySQLResult Res) | IZMySQLPlainDriver | |
GetAffectedRows(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetClientInfo() | IZMySQLPlainDriver | |
GetClientVersion() | IZMySQLPlainDriver | |
GetDescription() | IZPlainDriver | |
GetEscapeString(PChar StrTo, PChar StrFrom, Cardinal Length) | IZMySQLPlainDriver | |
GetFieldCount(PZMySQLResult Res) | IZMySQLPlainDriver | |
GetFieldData(PZMySQLRow Row, Cardinal Offset) | IZMySQLPlainDriver | |
GetFieldDecimals(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldFlags(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldLength(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldMaxLength(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldName(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldTable(PZMySQLField Field) | IZMySQLPlainDriver | |
GetFieldType(PZMySQLField Field) | IZMySQLPlainDriver | |
GetHostInfo(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetLastError(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetLastErrorCode(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetLastInsertID(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetLastPreparedError(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetLastPreparedErrorCode(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetListDatabases(PZMySQLConnect Handle, PChar Wild) | IZMySQLPlainDriver | |
GetListFields(PZMySQLConnect Handle, const PChar Table, const PChar Wild) | IZMySQLPlainDriver | |
GetListProcesses(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetListTables(PZMySQLConnect Handle, const PChar Wild) | IZMySQLPlainDriver | |
GetNumRows(PZMySQLResult Res) | IZMySQLPlainDriver | |
GetPreparedAffectedRows(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedBindMarkers(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedFieldCount(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedInsertID(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedMetaData(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedNumRows(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetPreparedSQLState(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
GetProtocol() | IZPlainDriver | |
GetProtoInfo(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetRealEscapeString(PZMySQLConnect Handle, PChar StrTo, PChar StrFrom, Cardinal Length) | IZMySQLPlainDriver | |
GetRowCount(PZMySQLResult Res) | IZMySQLPlainDriver | |
GetServerInfo(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetServerVersion(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetSQLState(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetStatInfo(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
GetThreadId(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
Init(PZMySQLConnect &Handle) | IZMySQLPlainDriver | |
Initialize() | IZPlainDriver | |
InitializePrepStmt(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
Kill(PZMySQLConnect Handle, LongInt Pid) | IZMySQLPlainDriver | |
Ping(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
PrepareStmt(PZMySqlPrepStmt PrepStmtHandle, const PChar Query, Integer Length) | IZMySQLPlainDriver | |
RealConnect(PZMySQLConnect Handle, const PChar Host, const PChar User, const PChar Password, const PChar Db, Cardinal Port, PChar UnixSocket, Cardinal ClientFlag) | IZMySQLPlainDriver | |
Refresh(PZMySQLConnect Handle, Cardinal Options) | IZMySQLPlainDriver | |
ResultSetExists(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
RetrieveNextRowset(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
Rollback(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
SeekData(PZMySQLResult Res, Cardinal Offset) | IZMySQLPlainDriver | |
SeekField(PZMySQLResult Res, Cardinal Offset) | IZMySQLPlainDriver | |
SeekPreparedData(PZMySqlPrepStmt PrepStmtHandle, Cardinal Offset) | IZMySQLPlainDriver | |
SeekPreparedRow(PZMySqlPrepStmt Handle, PZMySQLRowOffset Row) | IZMySQLPlainDriver | |
SeekRow(PZMySQLResult Res, PZMySQLRowOffset Row) | IZMySQLPlainDriver | |
SelectDatabase(PZMySQLConnect Handle, const PChar Database) | IZMySQLPlainDriver | |
SetAutocommit(PZMySQLConnect Handle, Boolean mode) | IZMySQLPlainDriver | |
SetOptions(PZMySQLConnect Handle, TZMySQLOption Option, const PChar Arg) | IZMySQLPlainDriver | |
Shutdown(PZMySQLConnect Handle, TMysqlShutdownLevel shutdown_level=ZPlainMySqlConstants, SHUTDOWN_DEFAULT) | IZMySQLPlainDriver | |
SslSet(PZMySQLConnect Handle, const PChar Key, const PChar Cert, const PChar Ca, const PChar Capath, const PChar Cipher) | IZMySQLPlainDriver | |
StorePreparedResult(PZMySqlPrepStmt Handle) | IZMySQLPlainDriver | |
StoreResult(PZMySQLConnect Handle) | IZMySQLPlainDriver | |
UseResult(PZMySQLConnect Handle) | IZMySQLPlainDriver | |