DuckDB v0.10.1 for Pascal

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

Record CorrelatedColumnInfo

Hierarchy
Properties

Unit

Declaration

type CorrelatedColumnInfo = record

Description

Class: CorrelatedColumnInfo of ddb

Overview

Fields

Public o: Pduckdb_CorrelatedColumnInfo;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_CorrelatedColumnInfo);
Public class operator Explicit(const r: CorrelatedColumnInfo): Boolean;
Public procedure AutoRelease();
Public function binding(): ColumnBinding; overload;
Public function type(): LogicalType; overload;
Public function name(): str; overload;
Public function depth(): UInt64; overload;
Public procedure Init(arg1: ColumnBinding; arg2: LogicalType; arg3: str; arg4: UInt64); overload;
Public procedure Init(arg1: BoundColumnRefExpression); overload;

Description

Fields

Public o: Pduckdb_CorrelatedColumnInfo;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_CorrelatedColumnInfo);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function binding(): ColumnBinding; overload;

This item has no description.

Public function type(): LogicalType; overload;

This item has no description.

Public function name(): str; overload;

This item has no description.

Public function depth(): UInt64; overload;

This item has no description.

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

This item has no description.

Public procedure Init(arg1: BoundColumnRefExpression); overload;

This item has no description.

Error Message