DuckDB v0.10.1 for Pascal

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

Record SetCommentInfo

Hierarchy
Properties

Unit

Declaration

type SetCommentInfo = record

Description

Class: SetCommentInfo of ddb

Overview

Fields

Public o: Pduckdb_SetCommentInfo;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SetCommentInfo);
Public class operator Explicit(const r: SetCommentInfo): Boolean;
Public procedure AutoRelease();
Public function entry_catalog_type(): Integer; overload;
Public function comment_value(): Value; overload;
Public function type(): Integer; overload;
Public function if_not_found(): Integer; overload;
Public function catalog(): str; overload;
Public function schema(): str; overload;
Public function name(): str; overload;
Public procedure allow_internal(arg2: Boolean); overload;
Public function allow_internal(): Boolean; overload;
Public function GetColumnName(): str; overload;
Public function info_type(): Integer; overload;

Description

Fields

Public o: Pduckdb_SetCommentInfo;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SetCommentInfo);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function entry_catalog_type(): Integer; overload;

This item has no description.

Public function comment_value(): Value; overload;

This item has no description.

Public function type(): Integer; overload;

This item has no description.

Public function if_not_found(): Integer; overload;

This item has no description.

Public function catalog(): str; overload;

This item has no description.

Public function schema(): str; overload;

This item has no description.

Public function name(): str; overload;

This item has no description.

Public procedure allow_internal(arg2: Boolean); overload;

This item has no description.

Public function allow_internal(): Boolean; overload;

This item has no description.

Public function GetColumnName(): str; overload;

This item has no description.

Public function info_type(): Integer; overload;

This item has no description.

Error Message