Record CorrelatedColumnInfo
Unit
Declaration
type CorrelatedColumnInfo = record
Description
Class: CorrelatedColumnInfo of ddb
Overview
Fields
![]() |
o: Pduckdb_CorrelatedColumnInfo; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CorrelatedColumnInfo); |
![]() |
class operator Explicit(const r: CorrelatedColumnInfo): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function binding(): ColumnBinding; overload; |
![]() |
function type(): LogicalType; overload; |
![]() |
function name(): str; overload; |
![]() |
function depth(): UInt64; overload; |
![]() |
procedure Init(arg1: ColumnBinding; arg2: LogicalType; arg3: str; arg4: UInt64); overload; |
![]() |
procedure Init(arg1: BoundColumnRefExpression); overload; |
Description
Fields
![]() |
o: Pduckdb_CorrelatedColumnInfo; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CorrelatedColumnInfo); |
This item has no description. |
![]() |
class operator Explicit(const r: CorrelatedColumnInfo): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function binding(): ColumnBinding; overload; |
This item has no description. |
![]() |
function type(): LogicalType; overload; |
This item has no description. |
![]() |
function name(): str; overload; |
This item has no description. |
![]() |
function depth(): UInt64; overload; |
This item has no description. |
![]() |
procedure Init(arg1: ColumnBinding; arg2: LogicalType; arg3: str; arg4: UInt64); overload; |
This item has no description. |
![]() |
procedure Init(arg1: BoundColumnRefExpression); overload; |
This item has no description. |