DuckDB v0.10.1 for Pascal

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

Record InterruptState

Hierarchy
Properties

Unit

Declaration

type InterruptState = record

Description

Class: InterruptState of ddb

Overview

Fields

Public o: Pduckdb_InterruptState;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_InterruptState);
Public class operator Explicit(const r: InterruptState): Boolean;
Public procedure AutoRelease();
Public procedure Callback(); overload;

Description

Fields

Public o: Pduckdb_InterruptState;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_InterruptState);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Callback(); overload;

This item has no description.

Error Message