DuckDB v0.10.1 for Pascal

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

Record TypeMismatchException

Hierarchy
Properties

Unit

Declaration

type TypeMismatchException = record

Description

Class: TypeMismatchException of ddb

Overview

Fields

Public o: Pduckdb_TypeMismatchException;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_TypeMismatchException);
Public class operator Explicit(const r: TypeMismatchException): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: Integer; arg2: Integer; arg3: str); overload;
Public procedure Init(arg1: LogicalType; arg2: LogicalType; arg3: str); overload;
Public procedure Init(arg1: optional_idx; arg2: LogicalType; arg3: LogicalType; arg4: str); overload;
Public procedure Init(arg1: str); overload;
Public function what(): PUTF8Char; overload;

Description

Fields

Public o: Pduckdb_TypeMismatchException;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_TypeMismatchException);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: Integer; arg2: Integer; arg3: str); overload;

This item has no description.

Public procedure Init(arg1: LogicalType; arg2: LogicalType; arg3: str); overload;

This item has no description.

Public procedure Init(arg1: optional_idx; arg2: LogicalType; arg3: LogicalType; arg4: str); overload;

This item has no description.

Public procedure Init(arg1: str); overload;

This item has no description.

Public function what(): PUTF8Char; overload;

This item has no description.

Error Message