DuckDB v0.10.1 for Pascal

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

Record ExceptionFormatValueArray

Hierarchy
Properties

Unit

Declaration

type ExceptionFormatValueArray = record

Description

Class: ExceptionFormatValueArray of ddb

Overview

Fields

Public o: Pstd_ExceptionFormatValueArray;

Methods

Public constructor FromNativePointer(ptr : Pstd_ExceptionFormatValueArray);
Public class operator Explicit(const r: ExceptionFormatValueArray): Boolean;
Public procedure AutoRelease();
Public procedure Init(); 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: ExceptionFormatValue); overload;
Public function at(arg2: NativeUInt): ExceptionFormatValue; overload;
Public function begin(): ExceptionFormatValue; overload;
Public function end(): ExceptionFormatValue; overload;

Description

Fields

Public o: Pstd_ExceptionFormatValueArray;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pstd_ExceptionFormatValueArray);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); 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: ExceptionFormatValue); overload;

This item has no description.

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

This item has no description.

Public function begin(): ExceptionFormatValue; overload;

This item has no description.

Public function end(): ExceptionFormatValue; overload;

This item has no description.

Error Message