Record AlterEntryData
Unit
Declaration
type AlterEntryData = record
Description
Class: AlterEntryData of ddb
Overview
Fields
![]() |
o: Pduckdb_AlterEntryData; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_AlterEntryData); |
![]() |
class operator Explicit(const r: AlterEntryData): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(); overload; |
![]() |
procedure Init(arg1: str; arg2: str; arg3: str; arg4: Integer); overload; |
![]() |
function catalog(): str; overload; |
![]() |
function schema(): str; overload; |
![]() |
function name(): str; overload; |
![]() |
function if_not_found(): Integer; overload; |
Description
Fields
![]() |
o: Pduckdb_AlterEntryData; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_AlterEntryData); |
This item has no description. |
![]() |
class operator Explicit(const r: AlterEntryData): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(); overload; |
This item has no description. |
![]() |
procedure Init(arg1: str; arg2: str; arg3: str; arg4: Integer); overload; |
This item has no description. |
![]() |
function catalog(): str; overload; |
This item has no description. |
![]() |
function schema(): str; overload; |
This item has no description. |
![]() |
function name(): str; overload; |
This item has no description. |
![]() |
function if_not_found(): Integer; overload; |
This item has no description. |