Record interval_t
Unit
Declaration
type interval_t = record
Description
Class: interval_t of ddb
Overview
Fields
o: Pduckdb_interval_t; |
Methods
constructor FromNativePointer(ptr : Pduckdb_interval_t); |
|
class operator Explicit(const r: interval_t): Boolean; |
|
procedure AutoRelease(); |
|
function months(): Integer; overload; |
|
function days(): Integer; overload; |
|
function micros(): Int64; overload; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_interval_t; |
|
|
This item has no description. | |
Methods
constructor FromNativePointer(ptr : Pduckdb_interval_t); |
|
|
This item has no description. | |
class operator Explicit(const r: interval_t): Boolean; |
|
|
This item has no description. | |
procedure AutoRelease(); |
|
|
This item has no description. | |
function months(): Integer; overload; |
|
|
This item has no description. | |
function days(): Integer; overload; |
|
|
This item has no description. | |
function micros(): Int64; overload; |
|
|
This item has no description. | |
procedure Init(); overload; |
|
|
This item has no description. | |

