DuckDB v0.10.1 for Pascal

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

Record IntegerValue

Hierarchy
Properties

Unit

Declaration

type IntegerValue = record

Description

Class: IntegerValue of ddb

Overview

Fields

Public o: Pduckdb_IntegerValue;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntegerValue);
Public class operator Explicit(const r: IntegerValue): Boolean;
Public procedure AutoRelease();
Public class function Get(arg1: Value): Integer; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_IntegerValue;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntegerValue);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

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

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message