DuckDB v0.10.1 for Pascal

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

Record IntegerLiteral

Hierarchy
Properties

Unit

Declaration

type IntegerLiteral = record

Description

Class: IntegerLiteral of ddb

Overview

Fields

Public o: Pduckdb_IntegerLiteral;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntegerLiteral);
Public class operator Explicit(const r: IntegerLiteral): Boolean;
Public procedure AutoRelease();
Public class function GetType(arg1: LogicalType): LogicalType; overload; static;
Public class function FitsInType(arg1: LogicalType; arg2: LogicalType): Boolean; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_IntegerLiteral;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_IntegerLiteral);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetType(arg1: LogicalType): LogicalType; overload; static;

This item has no description.

Public class function FitsInType(arg1: LogicalType; arg2: LogicalType): Boolean; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message