Record StringVector
Unit
Declaration
type StringVector = record
Description
Class: StringVector of ddb
Overview
Fields
o: Pduckdb_StringVector; |
Methods
constructor FromNativePointer(ptr : Pduckdb_StringVector); |
|
class operator Explicit(const r: StringVector): Boolean; |
|
procedure AutoRelease(); |
|
class function AddString(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
class function AddStringOrBlob(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
class function AddString(arg1: Vector; arg2: PUTF8Char): string_t; overload; static; |
|
class function AddString(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
class function AddString(arg1: Vector; arg2: str): string_t; overload; static; |
|
class function AddStringOrBlob(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
class function EmptyString(arg1: Vector; arg2: UInt64): string_t; overload; static; |
|
class procedure AddBuffer(arg1: Vector; arg2: std_shared_ptr_duckdb_VectorBuffer); overload; static; |
|
class procedure AddHeapReference(arg1: Vector; arg2: Vector); overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_StringVector; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_StringVector); |
|
This item has no description. |
class operator Explicit(const r: StringVector): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function AddString(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
This item has no description. |
class function AddStringOrBlob(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
This item has no description. |
class function AddString(arg1: Vector; arg2: PUTF8Char): string_t; overload; static; |
|
This item has no description. |
class function AddString(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
This item has no description. |
class function AddString(arg1: Vector; arg2: str): string_t; overload; static; |
|
This item has no description. |
class function AddStringOrBlob(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
This item has no description. |
class function EmptyString(arg1: Vector; arg2: UInt64): string_t; overload; static; |
|
This item has no description. |
class procedure AddBuffer(arg1: Vector; arg2: std_shared_ptr_duckdb_VectorBuffer); overload; static; |
|
This item has no description. |
class procedure AddHeapReference(arg1: Vector; arg2: Vector); overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |