DuckDB v0.10.1 for Pascal

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

Record EnumType

Hierarchy
Properties

Unit

Declaration

type EnumType = record

Description

Class: EnumType of ddb

Overview

Fields

Public o: Pduckdb_EnumType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_EnumType);
Public class operator Explicit(const r: EnumType): Boolean;
Public procedure AutoRelease();
Public class function GetPos(arg1: LogicalType; arg2: string_t): Int64; overload; static;
Public class function GetValuesInsertOrder(arg1: LogicalType): Vector; overload; static;
Public class function GetSize(arg1: LogicalType): UInt64; overload; static;
Public class function GetValue(arg1: Value): str; overload; static;
Public class function GetPhysicalType(arg1: LogicalType): Integer; overload; static;
Public class function GetString(arg1: LogicalType; arg2: UInt64): string_t; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_EnumType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_EnumType);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetPos(arg1: LogicalType; arg2: string_t): Int64; overload; static;

This item has no description.

Public class function GetValuesInsertOrder(arg1: LogicalType): Vector; overload; static;

This item has no description.

Public class function GetSize(arg1: LogicalType): UInt64; overload; static;

This item has no description.

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

This item has no description.

Public class function GetPhysicalType(arg1: LogicalType): Integer; overload; static;

This item has no description.

Public class function GetString(arg1: LogicalType; arg2: UInt64): string_t; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message