Record CastParameters
Unit
Declaration
type CastParameters = record
Description
Class: CastParameters of ddb
Overview
Fields
![]() |
o: Pduckdb_CastParameters; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CastParameters); |
![]() |
class operator Explicit(const r: CastParameters): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(); overload; |
![]() |
procedure Init(arg1: Boolean; arg2: str); overload; |
![]() |
procedure Init(arg1: BoundCastData; arg2: Boolean; arg3: str; arg4: FunctionLocalState; arg5: Boolean); overload; |
![]() |
procedure Init(arg1: BoundCastData; arg2: Boolean; arg3: str; arg4: FunctionLocalState); overload; |
![]() |
procedure Init(arg1: CastParameters; arg2: BoundCastData; arg3: FunctionLocalState); overload; |
![]() |
function cast_data(): BoundCastData; overload; |
![]() |
procedure strict(arg2: Boolean); overload; |
![]() |
function strict(): Boolean; overload; |
![]() |
function error_message(): str; overload; |
![]() |
function local_state(): FunctionLocalState; overload; |
![]() |
function query_location(): optional_idx; overload; |
![]() |
procedure nullify_parent(arg2: Boolean); overload; |
![]() |
function nullify_parent(): Boolean; overload; |
Description
Fields
![]() |
o: Pduckdb_CastParameters; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CastParameters); |
This item has no description. |
![]() |
class operator Explicit(const r: CastParameters): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(); overload; |
This item has no description. |
![]() |
procedure Init(arg1: Boolean; arg2: str); overload; |
This item has no description. |
![]() |
procedure Init(arg1: BoundCastData; arg2: Boolean; arg3: str; arg4: FunctionLocalState; arg5: Boolean); overload; |
This item has no description. |
![]() |
procedure Init(arg1: BoundCastData; arg2: Boolean; arg3: str; arg4: FunctionLocalState); overload; |
This item has no description. |
![]() |
procedure Init(arg1: CastParameters; arg2: BoundCastData; arg3: FunctionLocalState); overload; |
This item has no description. |
![]() |
function cast_data(): BoundCastData; overload; |
This item has no description. |
![]() |
procedure strict(arg2: Boolean); overload; |
This item has no description. |
![]() |
function strict(): Boolean; overload; |
This item has no description. |
![]() |
function error_message(): str; overload; |
This item has no description. |
![]() |
function local_state(): FunctionLocalState; overload; |
This item has no description. |
![]() |
function query_location(): optional_idx; overload; |
This item has no description. |
![]() |
procedure nullify_parent(arg2: Boolean); overload; |
This item has no description. |
![]() |
function nullify_parent(): Boolean; overload; |
This item has no description. |