Record ExceptionFormatValue
Unit
Declaration
type ExceptionFormatValue = record
Description
Class: ExceptionFormatValue of ddb
Overview
Fields
o: Pduckdb_ExceptionFormatValue; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ExceptionFormatValue); |
|
class operator Explicit(const r: ExceptionFormatValue): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: Double); overload; |
|
procedure Init(arg1: Int64); overload; |
|
procedure Init(arg1: str); overload; |
|
procedure Init(arg1: hugeint_t); overload; |
|
procedure Init(arg1: uhugeint_t); overload; |
|
function type(): Integer; overload; |
|
function dbl_val(): Double; overload; |
|
function int_val(): Int64; overload; |
|
function str_val(): str; overload; |
Description
Fields
o: Pduckdb_ExceptionFormatValue; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ExceptionFormatValue); |
|
This item has no description. |
class operator Explicit(const r: ExceptionFormatValue): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: Double); overload; |
|
This item has no description. |
procedure Init(arg1: Int64); overload; |
|
This item has no description. |
procedure Init(arg1: str); overload; |
|
This item has no description. |
procedure Init(arg1: hugeint_t); overload; |
|
This item has no description. |
procedure Init(arg1: uhugeint_t); overload; |
|
This item has no description. |
function type(): Integer; overload; |
|
This item has no description. |
function dbl_val(): Double; overload; |
|
This item has no description. |
function int_val(): Int64; overload; |
|
This item has no description. |
function str_val(): str; overload; |
|
This item has no description. |