DuckDB v0.10.1 for Pascal

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

Record SetNotNullInfo

Hierarchy
Properties

Unit

Declaration

type SetNotNullInfo = record

Description

Class: SetNotNullInfo of ddb

Overview

Fields

Public o: Pduckdb_SetNotNullInfo;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SetNotNullInfo);
Public class operator Explicit(const r: SetNotNullInfo): Boolean;
Public procedure AutoRelease();
Public function column_name(): str; overload;
Public function alter_table_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_SetNotNullInfo;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SetNotNullInfo);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function column_name(): str; overload;

This item has no description.

Public function alter_table_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