Record vector_Value
Unit
Declaration
type vector_Value = record
Description
Class: vector_Value of ddb
Overview
Fields
o: Pduckdb_vector_Value; |
Methods
constructor FromNativePointer(ptr : Pduckdb_vector_Value); |
|
class operator Explicit(const r: vector_Value): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(); overload; |
|
procedure Init(arg1: NativeUInt); overload; |
|
function size(): NativeUInt; overload; |
|
function capacity(): NativeUInt; overload; |
|
procedure reserve(arg2: NativeUInt); overload; |
|
function empty(): Boolean; overload; |
|
procedure clear(); overload; |
|
procedure push_back(arg2: Value); overload; |
|
function at(arg2: NativeUInt): Value; overload; |
|
function begin(): Value; overload; |
|
function end(): Value; overload; |
Description
Fields
o: Pduckdb_vector_Value; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_vector_Value); |
|
This item has no description. |
class operator Explicit(const r: vector_Value): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |
procedure Init(arg1: NativeUInt); overload; |
|
This item has no description. |
function size(): NativeUInt; overload; |
|
This item has no description. |
function capacity(): NativeUInt; overload; |
|
This item has no description. |
procedure reserve(arg2: NativeUInt); overload; |
|
This item has no description. |
function empty(): Boolean; overload; |
|
This item has no description. |
procedure clear(); overload; |
|
This item has no description. |
procedure push_back(arg2: Value); overload; |
|
This item has no description. |
function at(arg2: NativeUInt): Value; overload; |
|
This item has no description. |
function begin(): Value; overload; |
|
This item has no description. |
function end(): Value; overload; |
|
This item has no description. |