Record string_t
Unit
Declaration
type string_t = record
Description
Class: string_t of ddb
Overview
Fields
![]() |
o: Pduckdb_string_t; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_string_t); |
![]() |
class operator Explicit(const r: string_t): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: Cardinal); overload; |
![]() |
procedure Init(arg1: PUTF8Char; arg2: Cardinal); overload; |
![]() |
procedure Init(arg1: PUTF8Char); overload; |
![]() |
procedure Init(arg1: str); overload; |
![]() |
function IsInlined(): Boolean; overload; |
![]() |
function GetData(): PUTF8Char; overload; |
![]() |
function GetDataUnsafe(): PUTF8Char; overload; |
![]() |
function GetDataWriteable(): PUTF8Char; overload; |
![]() |
function GetPrefix(): PUTF8Char; overload; |
![]() |
function GetPrefixWriteable(): PUTF8Char; overload; |
![]() |
function GetSize(): UInt64; overload; |
![]() |
function Empty(): Boolean; overload; |
![]() |
function GetString(): str; overload; |
![]() |
function GetPointer(): PUTF8Char; overload; |
![]() |
procedure SetPointer(arg2: PUTF8Char); overload; |
![]() |
procedure Finalize(); overload; |
Description
Fields
![]() |
o: Pduckdb_string_t; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_string_t); |
This item has no description. |
![]() |
class operator Explicit(const r: string_t): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: Cardinal); overload; |
This item has no description. |
![]() |
procedure Init(arg1: PUTF8Char; arg2: Cardinal); overload; |
This item has no description. |
![]() |
procedure Init(arg1: PUTF8Char); overload; |
This item has no description. |
![]() |
procedure Init(arg1: str); overload; |
This item has no description. |
![]() |
function IsInlined(): Boolean; overload; |
This item has no description. |
![]() |
function GetData(): PUTF8Char; overload; |
This item has no description. |
![]() |
function GetDataUnsafe(): PUTF8Char; overload; |
This item has no description. |
![]() |
function GetDataWriteable(): PUTF8Char; overload; |
This item has no description. |
![]() |
function GetPrefix(): PUTF8Char; overload; |
This item has no description. |
![]() |
function GetPrefixWriteable(): PUTF8Char; overload; |
This item has no description. |
![]() |
function GetSize(): UInt64; overload; |
This item has no description. |
![]() |
function Empty(): Boolean; overload; |
This item has no description. |
![]() |
function GetString(): str; overload; |
This item has no description. |
![]() |
function GetPointer(): PUTF8Char; overload; |
This item has no description. |
![]() |
procedure SetPointer(arg2: PUTF8Char); overload; |
This item has no description. |
![]() |
procedure Finalize(); overload; |
This item has no description. |