DuckDB v0.10.1 for Pascal

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

Record ConfigurationOption

Hierarchy
Properties

Unit

Declaration

type ConfigurationOption = record

Description

Class: ConfigurationOption of ddb

Overview

Fields

Public o: Pduckdb_ConfigurationOption;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ConfigurationOption);
Public class operator Explicit(const r: ConfigurationOption): Boolean;
Public procedure AutoRelease();
Public procedure name(arg2: PUTF8Char); overload;
Public function name(): PUTF8Char; overload;
Public procedure description(arg2: PUTF8Char); overload;
Public function description(): PUTF8Char; overload;
Public function parameter_type(): Integer; overload;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_ConfigurationOption;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ConfigurationOption);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure name(arg2: PUTF8Char); overload;

This item has no description.

Public function name(): PUTF8Char; overload;

This item has no description.

Public procedure description(arg2: PUTF8Char); overload;

This item has no description.

Public function description(): PUTF8Char; overload;

This item has no description.

Public function parameter_type(): Integer; overload;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message