Record OutOfRangeException
Unit
Declaration
type OutOfRangeException = record
Description
Class: OutOfRangeException of ddb
Overview
Fields
o: Pduckdb_OutOfRangeException; |
Methods
constructor FromNativePointer(ptr : Pduckdb_OutOfRangeException); |
|
class operator Explicit(const r: OutOfRangeException): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: str); overload; |
|
procedure Init(arg1: Int64; arg2: Integer; arg3: Integer); overload; |
|
procedure Init(arg1: hugeint_t; arg2: Integer; arg3: Integer); overload; |
|
procedure Init(arg1: Double; arg2: Integer; arg3: Integer); overload; |
|
procedure Init(arg1: Integer; arg2: UInt64); overload; |
|
function what(): PUTF8Char; overload; |
Description
Fields
o: Pduckdb_OutOfRangeException; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_OutOfRangeException); |
|
This item has no description. |
class operator Explicit(const r: OutOfRangeException): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: str); overload; |
|
This item has no description. |
procedure Init(arg1: Int64; arg2: Integer; arg3: Integer); overload; |
|
This item has no description. |
procedure Init(arg1: hugeint_t; arg2: Integer; arg3: Integer); overload; |
|
This item has no description. |
procedure Init(arg1: Double; arg2: Integer; arg3: Integer); overload; |
|
This item has no description. |
procedure Init(arg1: Integer; arg2: UInt64); overload; |
|
This item has no description. |
function what(): PUTF8Char; overload; |
|
This item has no description. |