Record QueryResultRow
Unit
Declaration
type QueryResultRow = record
Description
Class: QueryResultRow of ddb
Overview
Fields
o: Pduckdb_QueryResultRow; |
Methods
constructor FromNativePointer(ptr : Pduckdb_QueryResultRow); |
|
class operator Explicit(const r: QueryResultRow): Boolean; |
|
procedure AutoRelease(); |
|
function iterator(): QueryResultIterator; overload; |
|
function row(): UInt64; overload; |
|
function GetValueDouble(arg2: UInt64): Double; overload; |
|
function GetValueFloat(arg2: UInt64): Single; overload; |
|
function GetValueInt(arg2: UInt64): Integer; overload; |
|
function GetValueUInt(arg2: UInt64): Cardinal; overload; |
|
function GetValueStr(arg2: UInt64): str; overload; |
|
function GetValueInt64(arg2: UInt64): Int64; overload; |
|
function GetValueUInt64(arg2: UInt64): UInt64; overload; |
|
function GetValueDate(arg2: UInt64): date_t; overload; |
|
function GetValueTime(arg2: UInt64): dtime_t; overload; |
|
function GetValueTimestamp(arg2: UInt64): timestamp_t; overload; |
Description
Fields
o: Pduckdb_QueryResultRow; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_QueryResultRow); |
|
This item has no description. |
class operator Explicit(const r: QueryResultRow): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function iterator(): QueryResultIterator; overload; |
|
This item has no description. |
function row(): UInt64; overload; |
|
This item has no description. |
function GetValueDouble(arg2: UInt64): Double; overload; |
|
This item has no description. |
function GetValueFloat(arg2: UInt64): Single; overload; |
|
This item has no description. |
function GetValueInt(arg2: UInt64): Integer; overload; |
|
This item has no description. |
function GetValueUInt(arg2: UInt64): Cardinal; overload; |
|
This item has no description. |
function GetValueStr(arg2: UInt64): str; overload; |
|
This item has no description. |
function GetValueInt64(arg2: UInt64): Int64; overload; |
|
This item has no description. |
function GetValueUInt64(arg2: UInt64): UInt64; overload; |
|
This item has no description. |
function GetValueDate(arg2: UInt64): date_t; overload; |
|
This item has no description. |
function GetValueTime(arg2: UInt64): dtime_t; overload; |
|
This item has no description. |
function GetValueTimestamp(arg2: UInt64): timestamp_t; overload; |
|
This item has no description. |