|
|
| ChangeOwnershipInfo (CatalogType entry_catalog_type, string entry_catalog, string entry_schema, string entry_name, string owner_schema, string owner_name, OnEntryNotFound if_not_found) |
| |
| CatalogType | GetCatalogType () const override |
| |
| unique_ptr< AlterInfo > | Copy () const override |
| |
| string | ToString () 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 |
| |
|
|
CatalogType | entry_catalog_type |
| |
|
string | owner_schema |
| |
|
string | owner_name |
| |
|
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 |
| |
◆ GetCatalogType()
| CatalogType duckdb::ChangeOwnershipInfo::GetCatalogType |
( |
| ) |
const |
|
overridevirtual |
◆ Copy()
◆ ToString()
| string duckdb::ChangeOwnershipInfo::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ Serialize()
| void duckdb::ChangeOwnershipInfo::Serialize |
( |
Serializer & |
serializer | ) |
const |
|
overridevirtual |
The documentation for this struct was generated from the following file: