Record InvalidTypeException
Unit
Declaration
type InvalidTypeException = record
Description
Class: InvalidTypeException of ddb
Overview
Fields
![]() |
o: Pduckdb_InvalidTypeException; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_InvalidTypeException); |
![]() |
class operator Explicit(const r: InvalidTypeException): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: Integer; arg2: str); overload; |
![]() |
procedure Init(arg1: LogicalType; arg2: str); overload; |
![]() |
procedure Init(arg1: str); overload; |
![]() |
function what(): PUTF8Char; overload; |
Description
Fields
![]() |
o: Pduckdb_InvalidTypeException; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_InvalidTypeException); |
This item has no description. |
![]() |
class operator Explicit(const r: InvalidTypeException): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: Integer; arg2: str); overload; |
This item has no description. |
![]() |
procedure Init(arg1: LogicalType; arg2: str); overload; |
This item has no description. |
![]() |
procedure Init(arg1: str); overload; |
This item has no description. |
![]() |
function what(): PUTF8Char; overload; |
This item has no description. |