DuckDB v0.10.1 for Pascal

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

Record SequenceValue

Hierarchy
Properties

Unit

Declaration

type SequenceValue = record

Description

Class: SequenceValue of ddb

Overview

Fields

Public o: Pduckdb_SequenceValue;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SequenceValue);
Public class operator Explicit(const r: SequenceValue): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public procedure Init(arg1: UInt64; arg2: Int64); overload;
Public function usage_count(): UInt64; overload;
Public function counter(): Int64; overload;

Description

Fields

Public o: Pduckdb_SequenceValue;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SequenceValue);

This item has no description.

Public class operator Explicit(const r: SequenceValue): 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: UInt64; arg2: Int64); overload;

This item has no description.

Public function usage_count(): UInt64; overload;

This item has no description.

Public function counter(): Int64; overload;

This item has no description.

Error Message