DuckDB v0.10.1 for Pascal

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

Record UnionValue

Hierarchy
Properties

Unit

Declaration

type UnionValue = record

Description

Class: UnionValue of ddb

Overview

Fields

Public o: Pduckdb_UnionValue;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_UnionValue);
Public class operator Explicit(const r: UnionValue): Boolean;
Public procedure AutoRelease();
Public class function GetValue(arg1: Value): Value; overload; static;
Public class function GetTag(arg1: Value): Byte; overload; static;
Public class function GetType(arg1: Value): LogicalType; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_UnionValue;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_UnionValue);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetValue(arg1: Value): Value; overload; static;

This item has no description.

Public class function GetTag(arg1: Value): Byte; overload; static;

This item has no description.

Public class function GetType(arg1: Value): LogicalType; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message