DuckDB v0.10.1 for Pascal

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

Record uhugeint_t

Hierarchy
Properties

Unit

Declaration

type uhugeint_t = record

Description

Class: uhugeint_t of ddb

Overview

Fields

Public o: Pduckdb_uhugeint_t;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_uhugeint_t);
Public class operator Explicit(const r: uhugeint_t): Boolean;
Public procedure AutoRelease();
Public function lower(): UInt64; overload;
Public function upper(): UInt64; overload;
Public procedure Init(arg1: UInt64); overload;
Public procedure Init(arg1: UInt64; arg2: UInt64); overload;
Public function ToString(): str; overload;

Description

Fields

Public o: Pduckdb_uhugeint_t;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_uhugeint_t);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function lower(): UInt64; overload;

This item has no description.

Public function upper(): UInt64; overload;

This item has no description.

Public procedure Init(arg1: UInt64); overload;

This item has no description.

Public procedure Init(arg1: UInt64; arg2: UInt64); overload;

This item has no description.

Public function ToString(): str; overload;

This item has no description.

Error Message