Record vector_LogicalType
Unit
Declaration
type vector_LogicalType = record
Description
Class: vector_LogicalType of ddb
Overview
Fields
![]() |
o: Pduckdb_vector_LogicalType; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_vector_LogicalType); |
![]() |
class operator Explicit(const r: vector_LogicalType): 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: LogicalType); overload; |
![]() |
function at(arg2: NativeUInt): LogicalType; overload; |
![]() |
function begin(): LogicalType; overload; |
![]() |
function end(): LogicalType; overload; |
Description
Fields
![]() |
o: Pduckdb_vector_LogicalType; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_vector_LogicalType); |
This item has no description. |
![]() |
class operator Explicit(const r: vector_LogicalType): 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: LogicalType); overload; |
This item has no description. |
![]() |
function at(arg2: NativeUInt): LogicalType; overload; |
This item has no description. |
![]() |
function begin(): LogicalType; overload; |
This item has no description. |
![]() |
function end(): LogicalType; overload; |
This item has no description. |