* Fix bug ID #33922

git-svn-id: trunk@39318 -
This commit is contained in:
michael 2018-06-28 07:54:29 +00:00
parent 88d9dd23ae
commit b2d386b404

View File

@ -117,12 +117,12 @@ Type
function GetServerStatus: String;
procedure ConnectMySQL(var HMySQL: PMySQL);
procedure ExecuteDirectMySQL(const query : string);
function EscapeString(const Str : string) : string;
protected
Procedure ConnectToServer; virtual;
Procedure SelectDatabase; virtual;
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 EscapeString(const Str : string) : string;
// SQLConnection methods
procedure DoInternalConnect; override;