DuckDB v0.10.1 for Pascal

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

Record ClientProperties

Hierarchy
Properties

Unit

Declaration

type ClientProperties = record

Description

Class: ClientProperties of ddb

Overview

Fields

Public o: Pduckdb_ClientProperties;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ClientProperties);
Public class operator Explicit(const r: ClientProperties): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: str; arg2: Integer); overload;
Public procedure Init(); overload;
Public function arrow_offset_size(): Integer; overload;

Description

Fields

Public o: Pduckdb_ClientProperties;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ClientProperties);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: str; arg2: Integer); overload;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public function arrow_offset_size(): Integer; overload;

This item has no description.

Error Message