DuckDB v0.10.1 for Pascal

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

Record StructType

Hierarchy
Properties

Unit

Declaration

type StructType = record

Description

Class: StructType of ddb

Overview

Fields

Public o: Pduckdb_StructType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StructType);
Public class operator Explicit(const r: StructType): Boolean;
Public procedure AutoRelease();
Public class function GetChildTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static;
Public class function GetChildType(arg1: LogicalType; arg2: UInt64): LogicalType; overload; static;
Public class function GetChildName(arg1: LogicalType; arg2: UInt64): str; overload; static;
Public class function GetChildIndexUnsafe(arg1: LogicalType; arg2: str): UInt64; overload; static;
Public class function GetChildCount(arg1: LogicalType): UInt64; overload; static;
Public class function IsUnnamed(arg1: LogicalType): Boolean; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_StructType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StructType);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetChildTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static;

This item has no description.

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

This item has no description.

Public class function GetChildName(arg1: LogicalType; arg2: UInt64): str; overload; static;

This item has no description.

Public class function GetChildIndexUnsafe(arg1: LogicalType; arg2: str): UInt64; overload; static;

This item has no description.

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

This item has no description.

Public class function IsUnnamed(arg1: LogicalType): Boolean; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message