Record UnionType
Unit
Declaration
type UnionType = record
Description
Class: UnionType of ddb
Overview
Fields
![]() |
o: Pduckdb_UnionType; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_UnionType); |
![]() |
class operator Explicit(const r: UnionType): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
class function GetMemberCount(arg1: LogicalType): UInt64; overload; static; |
![]() |
class function GetMemberType(arg1: LogicalType; arg2: UInt64): LogicalType; overload; static; |
![]() |
class function GetMemberName(arg1: LogicalType; arg2: UInt64): str; overload; static; |
![]() |
class function CopyMemberTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static; |
![]() |
procedure Init(); overload; |
Description
Fields
![]() |
o: Pduckdb_UnionType; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_UnionType); |
This item has no description. |
![]() |
class operator Explicit(const r: UnionType): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
class function GetMemberCount(arg1: LogicalType): UInt64; overload; static; |
This item has no description. |
![]() |
class function GetMemberType(arg1: LogicalType; arg2: UInt64): LogicalType; overload; static; |
This item has no description. |
![]() |
class function GetMemberName(arg1: LogicalType; arg2: UInt64): str; overload; static; |
This item has no description. |
![]() |
class function CopyMemberTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static; |
This item has no description. |
![]() |
procedure Init(); overload; |
This item has no description. |