DuckDB v0.10.1 for Pascal

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

Record ClientContextWrapper

Hierarchy
Properties

Unit

Declaration

type ClientContextWrapper = record

Description

Class: ClientContextWrapper of ddb

Overview

Fields

Public o: Pduckdb_ClientContextWrapper;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ClientContextWrapper);
Public class operator Explicit(const r: ClientContextWrapper): Boolean;
Public procedure AutoRelease();
Public function GetContext(): std_shared_ptr_duckdb_ClientContext; overload;

Description

Fields

Public o: Pduckdb_ClientContextWrapper;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ClientContextWrapper);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function GetContext(): std_shared_ptr_duckdb_ClientContext; overload;

This item has no description.

Error Message