DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Record StringType

Hierarchy
Properties

Unit

Declaration

type StringType = record

Description

Class: StringType of ddb

Overview

Fields

Public o: Pduckdb_StringType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StringType);
Public class operator Explicit(const r: StringType): Boolean;
Public procedure AutoRelease();
Public class function GetCollation(arg1: LogicalType): str; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_StringType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_StringType);

This item has no description.

Public class operator Explicit(const r: StringType): Boolean;

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetCollation(arg1: LogicalType): str; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message