DuckDB v0.10.1 for Pascal

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

Record DecimalType

Hierarchy
Properties

Unit

Declaration

type DecimalType = record

Description

Class: DecimalType of ddb

Overview

Fields

Public o: Pduckdb_DecimalType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_DecimalType);
Public class operator Explicit(const r: DecimalType): Boolean;
Public procedure AutoRelease();
Public class function GetWidth(arg1: LogicalType): Byte; overload; static;
Public class function GetScale(arg1: LogicalType): Byte; overload; static;
Public class function MaxWidth(): Byte; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_DecimalType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_DecimalType);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetWidth(arg1: LogicalType): Byte; overload; static;

This item has no description.

Public class function GetScale(arg1: LogicalType): Byte; overload; static;

This item has no description.

Public class function MaxWidth(): Byte; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message