|
|
| AlterForeignKeyInfo (AlterEntryData data, string fk_table, vector< string > pk_columns, vector< string > fk_columns, vector< PhysicalIndex > pk_keys, vector< PhysicalIndex > fk_keys, AlterForeignKeyType type) |
| |
| unique_ptr< AlterInfo > | Copy () const override |
| |
| string | ToString () const override |
| |
| void | Serialize (Serializer &serializer) const override |
| |
|
| AlterTableInfo (AlterTableType type, AlterEntryData data) |
| |
| CatalogType | GetCatalogType () const override |
| |
| void | Serialize (Serializer &serializer) const override |
| |
|
| AlterInfo (AlterType type, string catalog, string schema, string name, OnEntryNotFound if_not_found) |
| |
| virtual string | GetColumnName () const |
| |
|
AlterEntryData | GetAlterEntryData () const |
| |
|
bool | IsAddPrimaryKey () const |
| |
| | ParseInfo (ParseInfoType info_type) |
| |
| template<class TARGET > |
| TARGET & | Cast () |
| |
| template<class TARGET > |
| const TARGET & | Cast () const |
| |
|
|
string | fk_table |
| |
|
vector< string > | pk_columns |
| |
|
vector< string > | fk_columns |
| |
|
vector< PhysicalIndex > | pk_keys |
| |
|
vector< PhysicalIndex > | fk_keys |
| |
|
AlterForeignKeyType | type |
| |
|
AlterTableType | alter_table_type |
| |
|
AlterType | type |
| |
|
OnEntryNotFound | if_not_found |
| | if exists
|
| |
|
string | catalog |
| | Catalog name to alter.
|
| |
|
string | schema |
| | Schema name to alter.
|
| |
|
string | name |
| | Entry name to alter.
|
| |
|
bool | allow_internal |
| | Allow altering internal entries.
|
| |
|
unique_ptr< LogicalDependencyList > | new_dependencies |
| | New dependencies for the altered entry (set during binding)
|
| |
|
ParseInfoType | info_type |
| |
|
|
static constexpr const ParseInfoType | TYPE = ParseInfoType::ALTER_INFO |
| |
|
| AlterTableInfo (AlterTableType type) |
| |
|
| AlterInfo (AlterType type) |
| |
◆ Copy()
◆ ToString()
| string duckdb::AlterForeignKeyInfo::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ Serialize()
| void duckdb::AlterForeignKeyInfo::Serialize |
( |
Serializer & |
serializer | ) |
const |
|
overridevirtual |
The documentation for this struct was generated from the following file: