DuckDB v0.10.1 for Pascal

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

Record RenameViewInfo

Hierarchy
Properties

Unit

Declaration

type RenameViewInfo = record

Description

Class: RenameViewInfo of ddb

Overview

Fields

Public o: Pduckdb_RenameViewInfo;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_RenameViewInfo);
Public class operator Explicit(const r: RenameViewInfo): Boolean;
Public procedure AutoRelease();
Public function new_view_name(): str; overload;
Public function alter_view_type(): Integer; 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_RenameViewInfo;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_RenameViewInfo);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function new_view_name(): str; overload;

This item has no description.

Public function alter_view_type(): Integer; 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