DuckDB v0.10.1 for Pascal

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

Record IndexTypeSet

Hierarchy
Properties

Unit

Declaration

type IndexTypeSet = record

Description

Class: IndexTypeSet of ddb

Overview

Fields

Public o: Pduckdb_IndexTypeSet;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IndexTypeSet);
Public class operator Explicit(const r: IndexTypeSet): Boolean;
Public procedure AutoRelease();
Public function FindByName(arg2: str): IndexType; overload;
Public procedure RegisterIndexType(arg2: IndexType); overload;

Description

Fields

Public o: Pduckdb_IndexTypeSet;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IndexTypeSet);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function FindByName(arg2: str): IndexType; overload;

This item has no description.

Public procedure RegisterIndexType(arg2: IndexType); overload;

This item has no description.

Error Message