Record Blob
Unit
Declaration
type Blob = record
Description
Class: Blob of ddb
Overview
Fields
o: Pduckdb_Blob; |
Methods
constructor FromNativePointer(ptr : Pduckdb_Blob); |
|
class operator Explicit(const r: Blob): Boolean; |
|
procedure AutoRelease(); |
|
class function GetStringSize(arg1: string_t): UInt64; overload; static; |
|
class procedure ToString(arg1: string_t; arg2: PUTF8Char); overload; static; |
|
class function ToString(arg1: string_t): str; overload; static; |
|
class function TryGetBlobSize(arg1: string_t; arg2: PUInt64; arg3: CastParameters): Boolean; overload; static; |
|
class function GetBlobSize(arg1: string_t): UInt64; overload; static; |
|
class function GetBlobSize(arg1: string_t; arg2: CastParameters): UInt64; overload; static; |
|
class procedure ToBlob(arg1: string_t; arg2: PByte); overload; static; |
|
class function ToBlob(arg1: string_t): str; overload; static; |
|
class function ToBlob(arg1: string_t; arg2: CastParameters): str; overload; static; |
|
class function ToBase64Size(arg1: string_t): UInt64; overload; static; |
|
class procedure ToBase64(arg1: string_t; arg2: PUTF8Char); overload; static; |
|
class function FromBase64Size(arg1: string_t): UInt64; overload; static; |
|
class procedure FromBase64(arg1: string_t; arg2: PByte; arg3: UInt64); overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_Blob; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_Blob); |
|
This item has no description. |
class operator Explicit(const r: Blob): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function GetStringSize(arg1: string_t): UInt64; overload; static; |
|
This item has no description. |
class procedure ToString(arg1: string_t; arg2: PUTF8Char); overload; static; |
|
This item has no description. |
class function ToString(arg1: string_t): str; overload; static; |
|
This item has no description. |
class function TryGetBlobSize(arg1: string_t; arg2: PUInt64; arg3: CastParameters): Boolean; overload; static; |
|
This item has no description. |
class function GetBlobSize(arg1: string_t): UInt64; overload; static; |
|
This item has no description. |
class function GetBlobSize(arg1: string_t; arg2: CastParameters): UInt64; overload; static; |
|
This item has no description. |
class procedure ToBlob(arg1: string_t; arg2: PByte); overload; static; |
|
This item has no description. |
class function ToBlob(arg1: string_t): str; overload; static; |
|
This item has no description. |
class function ToBlob(arg1: string_t; arg2: CastParameters): str; overload; static; |
|
This item has no description. |
class function ToBase64Size(arg1: string_t): UInt64; overload; static; |
|
This item has no description. |
class procedure ToBase64(arg1: string_t; arg2: PUTF8Char); overload; static; |
|
This item has no description. |
class function FromBase64Size(arg1: string_t): UInt64; overload; static; |
|
This item has no description. |
class procedure FromBase64(arg1: string_t; arg2: PByte; arg3: UInt64); overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |