mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
parent
88d9dd23ae
commit
b2d386b404
@ -117,12 +117,12 @@ Type
|
|||||||
function GetServerStatus: String;
|
function GetServerStatus: String;
|
||||||
procedure ConnectMySQL(var HMySQL: PMySQL);
|
procedure ConnectMySQL(var HMySQL: PMySQL);
|
||||||
procedure ExecuteDirectMySQL(const query : string);
|
procedure ExecuteDirectMySQL(const query : string);
|
||||||
function EscapeString(const Str : string) : string;
|
|
||||||
protected
|
protected
|
||||||
Procedure ConnectToServer; virtual;
|
Procedure ConnectToServer; virtual;
|
||||||
Procedure SelectDatabase; virtual;
|
Procedure SelectDatabase; virtual;
|
||||||
function MySQLDataType(AField: PMYSQL_FIELD; var NewType: TFieldType; var NewSize: Integer): Boolean;
|
function MySQLDataType(AField: PMYSQL_FIELD; var NewType: TFieldType; var NewSize: Integer): Boolean;
|
||||||
function MySQLWriteData(AField: PMYSQL_FIELD; FieldDef: TFieldDef; Source, Dest: PChar; Len: integer; out CreateBlob : boolean): Boolean;
|
function MySQLWriteData(AField: PMYSQL_FIELD; FieldDef: TFieldDef; Source, Dest: PChar; Len: integer; out CreateBlob : boolean): Boolean;
|
||||||
|
function EscapeString(const Str : string) : string;
|
||||||
|
|
||||||
// SQLConnection methods
|
// SQLConnection methods
|
||||||
procedure DoInternalConnect; override;
|
procedure DoInternalConnect; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user