Record StructType
Unit
Declaration
type StructType = record
Description
Class: StructType of ddb
Overview
Fields
o: Pduckdb_StructType; |
Methods
constructor FromNativePointer(ptr : Pduckdb_StructType); |
|
class operator Explicit(const r: StructType): Boolean; |
|
procedure AutoRelease(); |
|
class function GetChildTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static; |
|
class function GetChildType(arg1: LogicalType; arg2: UInt64): LogicalType; overload; static; |
|
class function GetChildName(arg1: LogicalType; arg2: UInt64): str; overload; static; |
|
class function GetChildIndexUnsafe(arg1: LogicalType; arg2: str): UInt64; overload; static; |
|
class function GetChildCount(arg1: LogicalType): UInt64; overload; static; |
|
class function IsUnnamed(arg1: LogicalType): Boolean; overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_StructType; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_StructType); |
|
This item has no description. |
class operator Explicit(const r: StructType): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function GetChildTypes(arg1: LogicalType): duckdb_vector_std_pair_std_string_duckdb_LogicalType__true; overload; static; |
|
This item has no description. |
class function GetChildType(arg1: LogicalType; arg2: UInt64): LogicalType; overload; static; |
|
This item has no description. |
class function GetChildName(arg1: LogicalType; arg2: UInt64): str; overload; static; |
|
This item has no description. |
class function GetChildIndexUnsafe(arg1: LogicalType; arg2: str): UInt64; overload; static; |
|
This item has no description. |
class function GetChildCount(arg1: LogicalType): UInt64; overload; static; |
|
This item has no description. |
class function IsUnnamed(arg1: LogicalType): Boolean; overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |