DuckDB v0.10.1 for Pascal

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

Record AllocatedData

Hierarchy
Properties

Unit

Declaration

type AllocatedData = record

Description

Class: AllocatedData of ddb

Overview

Fields

Public o: Pduckdb_AllocatedData;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AllocatedData);
Public class operator Explicit(const r: AllocatedData): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public procedure Init(arg1: Allocator; arg2: PByte; arg3: UInt64); overload;
Public function get(): PByte; overload;
Public function GetSize(): UInt64; overload;
Public function IsSet(): Boolean; overload;

Description

Fields

Public o: Pduckdb_AllocatedData;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AllocatedData);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public procedure Init(arg1: Allocator; arg2: PByte; arg3: UInt64); overload;

This item has no description.

Public function get(): PByte; overload;

This item has no description.

Public function GetSize(): UInt64; overload;

This item has no description.

Public function IsSet(): Boolean; overload;

This item has no description.

Error Message