Record hugeint_t
Unit
Declaration
type hugeint_t = record
Description
Class: hugeint_t of ddb
Overview
Fields
o: Pduckdb_hugeint_t; |
Methods
constructor FromNativePointer(ptr : Pduckdb_hugeint_t); |
|
class operator Explicit(const r: hugeint_t): Boolean; |
|
procedure AutoRelease(); |
|
function lower(): UInt64; overload; |
|
function upper(): Int64; overload; |
|
procedure Init(arg1: Int64); overload; |
|
procedure Init(arg1: Int64; arg2: UInt64); overload; |
|
function ToString(): str; overload; |
Description
Fields
o: Pduckdb_hugeint_t; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_hugeint_t); |
|
This item has no description. |
class operator Explicit(const r: hugeint_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(): Int64; overload; |
|
This item has no description. |
procedure Init(arg1: Int64); overload; |
|
This item has no description. |
procedure Init(arg1: Int64; arg2: UInt64); overload; |
|
This item has no description. |
function ToString(): str; overload; |
|
This item has no description. |