mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-19 01:19:22 +02:00
* Make DefaultBlobDataToBytes public
This commit is contained in:
parent
25f2393051
commit
e1e78c7aef
@ -82,7 +82,6 @@ Type
|
||||
procedure SetResourceName(AValue: String);
|
||||
procedure SetSQL(AValue: TStrings);
|
||||
Protected
|
||||
Class Function DefaultBlobDataToBytes(aValue : JSValue) : TBytes; override;
|
||||
function DataPacketReceived(ARequest: TDataRequest): Boolean; override;
|
||||
function GetStringFieldLength(F: TJSObject; AName: String; AIndex: Integer): integer;virtual;
|
||||
function StringToFieldType(S: String): TFieldType; virtual;
|
||||
@ -91,6 +90,7 @@ Type
|
||||
Public
|
||||
Constructor Create(aOwner : TComponent); override;
|
||||
Destructor Destroy; override;
|
||||
Class Function DefaultBlobDataToBytes(aValue : JSValue) : TBytes; override;
|
||||
Published
|
||||
Property Connection: TSQLDBRestConnection Read FConnection Write SetConnection;
|
||||
Property ResourceName : String Read FResourceName Write SetResourceName;
|
||||
|
Loading…
Reference in New Issue
Block a user