Record EnumType
Unit
Declaration
type EnumType = record
Description
Class: EnumType of ddb
Overview
Fields
o: Pduckdb_EnumType; |
Methods
constructor FromNativePointer(ptr : Pduckdb_EnumType); |
|
class operator Explicit(const r: EnumType): Boolean; |
|
procedure AutoRelease(); |
|
class function GetPos(arg1: LogicalType; arg2: string_t): Int64; overload; static; |
|
class function GetValuesInsertOrder(arg1: LogicalType): Vector; overload; static; |
|
class function GetSize(arg1: LogicalType): UInt64; overload; static; |
|
class function GetValue(arg1: Value): str; overload; static; |
|
class function GetPhysicalType(arg1: LogicalType): Integer; overload; static; |
|
class function GetString(arg1: LogicalType; arg2: UInt64): string_t; overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_EnumType; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_EnumType); |
|
This item has no description. |
class operator Explicit(const r: EnumType): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function GetPos(arg1: LogicalType; arg2: string_t): Int64; overload; static; |
|
This item has no description. |
class function GetValuesInsertOrder(arg1: LogicalType): Vector; overload; static; |
|
This item has no description. |
class function GetSize(arg1: LogicalType): UInt64; overload; static; |
|
This item has no description. |
class function GetValue(arg1: Value): str; overload; static; |
|
This item has no description. |
class function GetPhysicalType(arg1: LogicalType): Integer; overload; static; |
|
This item has no description. |
class function GetString(arg1: LogicalType; arg2: UInt64): string_t; overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |