DuckDB v0.10.1 for Pascal

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

Record vector_LogicalType

Hierarchy
Properties

Unit

Declaration

type vector_LogicalType = record

Description

Class: vector_LogicalType of ddb

Overview

Fields

Public o: Pduckdb_vector_LogicalType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_vector_LogicalType);
Public class operator Explicit(const r: vector_LogicalType): 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: LogicalType); overload;
Public function at(arg2: NativeUInt): LogicalType; overload;
Public function begin(): LogicalType; overload;
Public function end(): LogicalType; overload;

Description

Fields

Public o: Pduckdb_vector_LogicalType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_vector_LogicalType);

This item has no description.

Public class operator Explicit(const r: vector_LogicalType): 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: LogicalType); overload;

This item has no description.

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

This item has no description.

Public function begin(): LogicalType; overload;

This item has no description.

Public function end(): LogicalType; overload;

This item has no description.

Error Message