DuckDB v0.10.1 for Pascal

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

Record GlobalSinkState

Hierarchy
Properties

Unit

Declaration

type GlobalSinkState = record

Description

Class: GlobalSinkState of ddb

Overview

Fields

Public o: Pduckdb_GlobalSinkState;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_GlobalSinkState);
Public class operator Explicit(const r: GlobalSinkState): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public function state(): Integer; overload;
Public function MaxThreads(arg2: UInt64): UInt64; overload;

Description

Fields

Public o: Pduckdb_GlobalSinkState;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_GlobalSinkState);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public function state(): Integer; overload;

This item has no description.

Public function MaxThreads(arg2: UInt64): UInt64; overload;

This item has no description.

Error Message