DuckDB v0.10.1 for Pascal

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

Record ArrowSchemaWrapper

Hierarchy
Properties

Unit

Declaration

type ArrowSchemaWrapper = record

Description

Class: ArrowSchemaWrapper of ddb

Overview

Fields

Public o: Pduckdb_ArrowSchemaWrapper;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrowSchemaWrapper);
Public class operator Explicit(const r: ArrowSchemaWrapper): Boolean;
Public procedure AutoRelease();
Public function arrow_schema(): ddb_global.ArrowSchema; overload;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_ArrowSchemaWrapper;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrowSchemaWrapper);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function arrow_schema(): ddb_global.ArrowSchema; overload;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message