Record TypeMismatchException
Unit
Declaration
type TypeMismatchException = record
Description
Class: TypeMismatchException of ddb
Overview
Fields
o: Pduckdb_TypeMismatchException; |
Methods
constructor FromNativePointer(ptr : Pduckdb_TypeMismatchException); |
|
class operator Explicit(const r: TypeMismatchException): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: Integer; arg2: Integer; arg3: str); overload; |
|
procedure Init(arg1: LogicalType; arg2: LogicalType; arg3: str); overload; |
|
procedure Init(arg1: optional_idx; arg2: LogicalType; arg3: LogicalType; arg4: str); overload; |
|
procedure Init(arg1: str); overload; |
|
function what(): PUTF8Char; overload; |
Description
Fields
o: Pduckdb_TypeMismatchException; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_TypeMismatchException); |
|
This item has no description. |
class operator Explicit(const r: TypeMismatchException): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: Integer; arg2: Integer; arg3: str); overload; |
|
This item has no description. |
procedure Init(arg1: LogicalType; arg2: LogicalType; arg3: str); overload; |
|
This item has no description. |
procedure Init(arg1: optional_idx; arg2: LogicalType; arg3: LogicalType; arg4: 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. |