DuckDB v0.10.1 for Pascal

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

Record OutOfRangeException

Hierarchy
Properties

Unit

Declaration

type OutOfRangeException = record

Description

Class: OutOfRangeException of ddb

Overview

Fields

Public o: Pduckdb_OutOfRangeException;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_OutOfRangeException);
Public class operator Explicit(const r: OutOfRangeException): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: str); overload;
Public procedure Init(arg1: Int64; arg2: Integer; arg3: Integer); overload;
Public procedure Init(arg1: hugeint_t; arg2: Integer; arg3: Integer); overload;
Public procedure Init(arg1: Double; arg2: Integer; arg3: Integer); overload;
Public procedure Init(arg1: Integer; arg2: UInt64); overload;
Public function what(): PUTF8Char; overload;

Description

Fields

Public o: Pduckdb_OutOfRangeException;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_OutOfRangeException);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: str); overload;

This item has no description.

Public procedure Init(arg1: Int64; arg2: Integer; arg3: Integer); overload;

This item has no description.

Public procedure Init(arg1: hugeint_t; arg2: Integer; arg3: Integer); overload;

This item has no description.

Public procedure Init(arg1: Double; arg2: Integer; arg3: Integer); overload;

This item has no description.

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

This item has no description.

Public function what(): PUTF8Char; overload;

This item has no description.

Error Message