Record uhugeint_t
Unit
Declaration
type uhugeint_t = record
Description
Class: uhugeint_t of ddb
Overview
Fields
o: Pduckdb_uhugeint_t; |
Methods
constructor FromNativePointer(ptr : Pduckdb_uhugeint_t); |
|
class operator Explicit(const r: uhugeint_t): Boolean; |
|
procedure AutoRelease(); |
|
function lower(): UInt64; overload; |
|
function upper(): UInt64; overload; |
|
procedure Init(arg1: UInt64); overload; |
|
procedure Init(arg1: UInt64; arg2: UInt64); overload; |
|
function ToString(): str; overload; |
Description
Fields
o: Pduckdb_uhugeint_t; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_uhugeint_t); |
|
This item has no description. |
class operator Explicit(const r: uhugeint_t): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function lower(): UInt64; overload; |
|
This item has no description. |
function upper(): UInt64; overload; |
|
This item has no description. |
procedure Init(arg1: UInt64); overload; |
|
This item has no description. |
procedure Init(arg1: UInt64; arg2: UInt64); overload; |
|
This item has no description. |
function ToString(): str; overload; |
|
This item has no description. |