DuckDB v0.10.1 for Pascal

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

Record CreateIndexInfo

Hierarchy
Properties

Unit

Declaration

type CreateIndexInfo = record

Description

Class: CreateIndexInfo of ddb

Overview

Fields

Public o: Pduckdb_CreateIndexInfo;

Methods

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

Description

Fields

Public o: Pduckdb_CreateIndexInfo;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_CreateIndexInfo);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Error Message