Record ManagedSelection
Unit
Declaration
type ManagedSelection = record
Description
Class: ManagedSelection of ddb
Overview
Fields
o: Pduckdb_ManagedSelection; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ManagedSelection); |
|
class operator Explicit(const r: ManagedSelection): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: UInt64; arg2: Boolean); overload; |
|
procedure Init(arg1: UInt64); overload; |
|
function Initialized(): Boolean; overload; |
|
procedure Initialize(arg2: UInt64); overload; |
|
function IndexMapsToLocation(arg2: UInt64; arg3: UInt64): Boolean; overload; |
|
procedure Append(arg2: UInt64); overload; |
|
function Count(): UInt64; overload; |
|
function Size(): UInt64; overload; |
|
function Selection(): SelectionVector; overload; |
Description
Fields
o: Pduckdb_ManagedSelection; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ManagedSelection); |
|
This item has no description. |
class operator Explicit(const r: ManagedSelection): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: UInt64; arg2: Boolean); overload; |
|
This item has no description. |
procedure Init(arg1: UInt64); overload; |
|
This item has no description. |
function Initialized(): Boolean; overload; |
|
This item has no description. |
procedure Initialize(arg2: UInt64); overload; |
|
This item has no description. |
function IndexMapsToLocation(arg2: UInt64; arg3: UInt64): Boolean; overload; |
|
This item has no description. |
procedure Append(arg2: UInt64); overload; |
|
This item has no description. |
function Count(): UInt64; overload; |
|
This item has no description. |
function Size(): UInt64; overload; |
|
This item has no description. |
function Selection(): SelectionVector; overload; |
|
This item has no description. |