DuckDB v0.10.1 for Pascal

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

Record ArrayType

Hierarchy
Properties

Unit

Declaration

type ArrayType = record

Description

Class: ArrayType of ddb

Overview

Fields

Public o: Pduckdb_ArrayType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrayType);
Public class operator Explicit(const r: ArrayType): Boolean;
Public procedure AutoRelease();
Public class function GetChildType(arg1: LogicalType): LogicalType; overload; static;
Public class function GetSize(arg1: LogicalType): UInt64; overload; static;
Public class function IsAnySize(arg1: LogicalType): Boolean; overload; static;
Public class function ConvertToList(arg1: LogicalType): LogicalType; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_ArrayType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrayType);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

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

This item has no description.

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

This item has no description.

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

This item has no description.

Public class function ConvertToList(arg1: LogicalType): LogicalType; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message