DuckDB v0.10.1 for Pascal

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

Record list_entry_t

Hierarchy
Properties

Unit

Declaration

type list_entry_t = record

Description

Class: list_entry_t of ddb

Overview

Fields

Public o: Pduckdb_list_entry_t;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_list_entry_t);
Public class operator Explicit(const r: list_entry_t): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: UInt64; arg2: UInt64); overload;
Public function offset(): UInt64; overload;
Public function length(): UInt64; overload;

Description

Fields

Public o: Pduckdb_list_entry_t;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_list_entry_t);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: UInt64; arg2: UInt64); overload;

This item has no description.

Public function offset(): UInt64; overload;

This item has no description.

Public function length(): UInt64; overload;

This item has no description.

Error Message