DuckDB v0.10.1 for Pascal

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

Record ObjectCache

Hierarchy
Properties

Unit

Declaration

type ObjectCache = record

Description

Class: ObjectCache of ddb

Overview

Fields

Public o: Pduckdb_ObjectCache;

Methods

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

Description

Fields

Public o: Pduckdb_ObjectCache;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ObjectCache);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Error Message