Record UnionValue
Unit
Declaration
type UnionValue = record
Description
Class: UnionValue of ddb
Overview
Fields
![]() |
o: Pduckdb_UnionValue; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_UnionValue); |
![]() |
class operator Explicit(const r: UnionValue): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
class function GetValue(arg1: Value): Value; overload; static; |
![]() |
class function GetTag(arg1: Value): Byte; overload; static; |
![]() |
class function GetType(arg1: Value): LogicalType; overload; static; |
![]() |
procedure Init(); overload; |
Description
Fields
![]() |
o: Pduckdb_UnionValue; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_UnionValue); |
This item has no description. |
![]() |
class operator Explicit(const r: UnionValue): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
class function GetValue(arg1: Value): Value; overload; static; |
This item has no description. |
![]() |
class function GetTag(arg1: Value): Byte; overload; static; |
This item has no description. |
![]() |
class function GetType(arg1: Value): LogicalType; overload; static; |
This item has no description. |
![]() |
procedure Init(); overload; |
This item has no description. |