DuckDB v0.10.1 for Pascal

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

Record vector_Value

Hierarchy
Properties

Unit

Declaration

type vector_Value = record

Description

Class: vector_Value of ddb

Overview

Fields

Public o: Pduckdb_vector_Value;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_vector_Value);
Public class operator Explicit(const r: vector_Value): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public procedure Init(arg1: NativeUInt); overload;
Public function size(): NativeUInt; overload;
Public function capacity(): NativeUInt; overload;
Public procedure reserve(arg2: NativeUInt); overload;
Public function empty(): Boolean; overload;
Public procedure clear(); overload;
Public procedure push_back(arg2: Value); overload;
Public function at(arg2: NativeUInt): Value; overload;
Public function begin(): Value; overload;
Public function end(): Value; overload;

Description

Fields

Public o: Pduckdb_vector_Value;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_vector_Value);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public procedure Init(arg1: NativeUInt); overload;

This item has no description.

Public function size(): NativeUInt; overload;

This item has no description.

Public function capacity(): NativeUInt; overload;

This item has no description.

Public procedure reserve(arg2: NativeUInt); overload;

This item has no description.

Public function empty(): Boolean; overload;

This item has no description.

Public procedure clear(); overload;

This item has no description.

Public procedure push_back(arg2: Value); overload;

This item has no description.

Public function at(arg2: NativeUInt): Value; overload;

This item has no description.

Public function begin(): Value; overload;

This item has no description.

Public function end(): Value; overload;

This item has no description.

Error Message