DuckDB v0.10.1 for Pascal

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

Record AttachedDatabase

Hierarchy
Properties

Unit

Declaration

type AttachedDatabase = record

Description

Class: AttachedDatabase of ddb

Overview

Fields

Public o: Pduckdb_AttachedDatabase;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AttachedDatabase);
Public class operator Explicit(const r: AttachedDatabase): Boolean;
Public procedure AutoRelease();

Description

Fields

Public o: Pduckdb_AttachedDatabase;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AttachedDatabase);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Error Message