mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
fcl-db: base: move method GetNewBlobBuffer from public to protected section as it was before rev.21735
For usage in TDataPacketReader descendants use RestoreBlobField method. git-svn-id: trunk@25543 -
This commit is contained in:
parent
7842e9f823
commit
139b498296
@ -500,6 +500,7 @@ type
|
||||
procedure SetBufUniDirectional(const AValue: boolean);
|
||||
procedure InitDefaultIndexes;
|
||||
protected
|
||||
function GetNewBlobBuffer : PBlobBuffer;
|
||||
function GetNewWriteBlobBuffer : PBlobBuffer;
|
||||
procedure FreeBlobBuffer(var ABlobBuffer: PBlobBuffer);
|
||||
procedure UpdateIndexDefs; override;
|
||||
@ -565,7 +566,6 @@ type
|
||||
function CreateBlobStream(Field: TField; Mode: TBlobStreamMode): TStream; override;
|
||||
procedure AddIndex(const AName, AFields : string; AOptions : TIndexOptions; const ADescFields: string = '';
|
||||
const ACaseInsFields: string = ''); virtual;
|
||||
function GetNewBlobBuffer : PBlobBuffer;
|
||||
|
||||
procedure SetDatasetPacket(AReader : TDataPacketReader);
|
||||
procedure GetDatasetPacket(AWriter : TDataPacketReader);
|
||||
|
Loading…
Reference in New Issue
Block a user