DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Record StringHeap

Hierarchy
Properties

Unit

Declaration

type StringHeap = record

Description

Class: StringHeap of ddb

Overview

Fields

Public o: Pduckdb_StringHeap;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StringHeap);
Public class operator Explicit(const r: StringHeap): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: Allocator); overload;
Public procedure Init(); overload;
Public procedure Destroy(); overload;
Public procedure Move(arg2: StringHeap); overload;
Public function AddString(arg2: PUTF8Char; arg3: UInt64): string_t; overload;
Public function AddString(arg2: PUTF8Char): string_t; overload;
Public function AddString(arg2: str): string_t; overload;
Public function AddString(arg2: string_t): string_t; overload;
Public function AddBlob(arg2: string_t): string_t; overload;
Public function AddBlob(arg2: PUTF8Char; arg3: UInt64): string_t; overload;
Public function EmptyString(arg2: UInt64): string_t; overload;
Public function SizeInBytes(): UInt64; overload;
Public function AllocationSize(): UInt64; overload;

Description

Fields

Public o: Pduckdb_StringHeap;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StringHeap);

This item has no description.

Public class operator Explicit(const r: StringHeap): Boolean;

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: Allocator); overload;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public procedure Destroy(); overload;

This item has no description.

Public procedure Move(arg2: StringHeap); overload;

This item has no description.

Public function AddString(arg2: PUTF8Char; arg3: UInt64): string_t; overload;

This item has no description.

Public function AddString(arg2: PUTF8Char): string_t; overload;

This item has no description.

Public function AddString(arg2: str): string_t; overload;

This item has no description.

Public function AddString(arg2: string_t): string_t; overload;

This item has no description.

Public function AddBlob(arg2: string_t): string_t; overload;

This item has no description.

Public function AddBlob(arg2: PUTF8Char; arg3: UInt64): string_t; overload;

This item has no description.

Public function EmptyString(arg2: UInt64): string_t; overload;

This item has no description.

Public function SizeInBytes(): UInt64; overload;

This item has no description.

Public function AllocationSize(): UInt64; overload;

This item has no description.

Error Message