Record StringHeap
Unit
Declaration
type StringHeap = record
Description
Class: StringHeap of ddb
Overview
Fields
o: Pduckdb_StringHeap; |
Methods
constructor FromNativePointer(ptr : Pduckdb_StringHeap); |
|
class operator Explicit(const r: StringHeap): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: Allocator); overload; |
|
procedure Init(); overload; |
|
procedure Destroy(); overload; |
|
procedure Move(arg2: StringHeap); overload; |
|
function AddString(arg2: PUTF8Char; arg3: UInt64): string_t; overload; |
|
function AddString(arg2: PUTF8Char): string_t; overload; |
|
function AddString(arg2: str): string_t; overload; |
|
function AddString(arg2: string_t): string_t; overload; |
|
function AddBlob(arg2: string_t): string_t; overload; |
|
function AddBlob(arg2: PUTF8Char; arg3: UInt64): string_t; overload; |
|
function EmptyString(arg2: UInt64): string_t; overload; |
|
function SizeInBytes(): UInt64; overload; |
|
function AllocationSize(): UInt64; overload; |
Description
Fields
o: Pduckdb_StringHeap; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_StringHeap); |
|
This item has no description. |
class operator Explicit(const r: StringHeap): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: Allocator); overload; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |
procedure Destroy(); overload; |
|
This item has no description. |
procedure Move(arg2: StringHeap); overload; |
|
This item has no description. |
function AddString(arg2: PUTF8Char; arg3: UInt64): string_t; overload; |
|
This item has no description. |
function AddString(arg2: PUTF8Char): string_t; overload; |
|
This item has no description. |
function AddString(arg2: str): string_t; overload; |
|
This item has no description. |
function AddString(arg2: string_t): string_t; overload; |
|
This item has no description. |
function AddBlob(arg2: string_t): string_t; overload; |
|
This item has no description. |
function AddBlob(arg2: PUTF8Char; arg3: UInt64): string_t; overload; |
|
This item has no description. |
function EmptyString(arg2: UInt64): string_t; overload; |
|
This item has no description. |
function SizeInBytes(): UInt64; overload; |
|
This item has no description. |
function AllocationSize(): UInt64; overload; |
|
This item has no description. |