Record AlterForeignKeyInfo
Unit
Declaration
type AlterForeignKeyInfo = record
Description
Class: AlterForeignKeyInfo of ddb
Overview
Fields
o: Pduckdb_AlterForeignKeyInfo; |
Methods
constructor FromNativePointer(ptr : Pduckdb_AlterForeignKeyInfo); |
|
class operator Explicit(const r: AlterForeignKeyInfo): Boolean; |
|
procedure AutoRelease(); |
|
function fk_table(): str; overload; |
|
function pk_columns(): vector_str; overload; |
|
function fk_columns(): vector_str; overload; |
|
function pk_keys(): vector_PhysicalIndex; overload; |
|
function fk_keys(): vector_PhysicalIndex; overload; |
|
function type(): Integer; overload; |
|
function alter_table_type(): Integer; overload; |
|
function if_not_found(): Integer; overload; |
|
function catalog(): str; overload; |
|
function schema(): str; overload; |
|
function name(): str; overload; |
|
procedure allow_internal(arg2: Boolean); overload; |
|
function allow_internal(): Boolean; overload; |
|
function GetColumnName(): str; overload; |
|
function info_type(): Integer; overload; |
Description
Fields
o: Pduckdb_AlterForeignKeyInfo; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_AlterForeignKeyInfo); |
|
This item has no description. |
class operator Explicit(const r: AlterForeignKeyInfo): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function fk_table(): str; overload; |
|
This item has no description. |
function pk_columns(): vector_str; overload; |
|
This item has no description. |
function fk_columns(): vector_str; overload; |
|
This item has no description. |
function pk_keys(): vector_PhysicalIndex; overload; |
|
This item has no description. |
function fk_keys(): vector_PhysicalIndex; overload; |
|
This item has no description. |
function type(): Integer; overload; |
|
This item has no description. |
function alter_table_type(): Integer; overload; |
|
This item has no description. |
function if_not_found(): 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. |
procedure allow_internal(arg2: Boolean); overload; |
|
This item has no description. |
function allow_internal(): Boolean; overload; |
|
This item has no description. |
function GetColumnName(): str; overload; |
|
This item has no description. |
function info_type(): Integer; overload; |
|
This item has no description. |