DuckDB v0.10.1 for Pascal

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

Record IntervalValue

Hierarchy
Properties

Unit

Declaration

type IntervalValue = record

Description

Class: IntervalValue of ddb

Overview

Fields

Public o: Pduckdb_IntervalValue;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntervalValue);
Public class operator Explicit(const r: IntervalValue): Boolean;
Public procedure AutoRelease();
Public class function Get(arg1: Value): interval_t; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_IntervalValue;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntervalValue);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function Get(arg1: Value): interval_t; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message