Record CreateTableFunctionInfo
Unit
Declaration
type CreateTableFunctionInfo = record
Description
Class: CreateTableFunctionInfo of ddb
Overview
Fields
![]() |
o: Pduckdb_CreateTableFunctionInfo; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CreateTableFunctionInfo); |
![]() |
class operator Explicit(const r: CreateTableFunctionInfo): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: TableFunction); overload; |
![]() |
procedure Init(arg1: TableFunctionSet); overload; |
![]() |
function functions(): TableFunctionSet; overload; |
![]() |
function Copy(): CreateInfo; overload; |
![]() |
function GetAlterInfo(): AlterInfo; overload; |
![]() |
function name(): str; overload; |
![]() |
function description(): str; overload; |
![]() |
function parameter_names(): vector_str; overload; |
![]() |
function example(): str; overload; |
Description
Fields
![]() |
o: Pduckdb_CreateTableFunctionInfo; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CreateTableFunctionInfo); |
This item has no description. |
![]() |
class operator Explicit(const r: CreateTableFunctionInfo): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: TableFunction); overload; |
This item has no description. |
![]() |
procedure Init(arg1: TableFunctionSet); overload; |
This item has no description. |
![]() |
function functions(): TableFunctionSet; overload; |
This item has no description. |
![]() |
function Copy(): CreateInfo; overload; |
This item has no description. |
![]() |
function GetAlterInfo(): AlterInfo; overload; |
This item has no description. |
![]() |
function name(): str; overload; |
This item has no description. |
![]() |
function description(): str; overload; |
This item has no description. |
![]() |
function parameter_names(): vector_str; overload; |
This item has no description. |
![]() |
function example(): str; overload; |
This item has no description. |