|
|
CatalogType | type |
| | The to-be-created catalog type.
|
| |
|
string | catalog |
| | The catalog name of the entry.
|
| |
|
string | schema |
| | The schema name of the entry.
|
| |
|
OnCreateConflict | on_conflict |
| | What to do on create conflict.
|
| |
|
bool | temporary |
| | Whether or not the entry is temporary.
|
| |
|
bool | internal |
| | Whether or not the entry is an internal entry.
|
| |
|
string | sql |
| | The SQL string of the CREATE statement.
|
| |
|
LogicalDependencyList | dependencies |
| | The inherent dependencies of the created entry.
|
| |
|
Value | comment |
| | User provided comment.
|
| |
|
InsertionOrderPreservingMap< string > | tags |
| | Key-value tags with additional metadata.
|
| |
|
ParseInfoType | info_type |
| |
◆ CreateInfo()
| duckdb::CreateInfo::CreateInfo |
( |
CatalogType |
type, |
|
|
string |
schema = DEFAULT_SCHEMA, |
|
|
string |
catalog_p = INVALID_CATALOG |
|
) |
| |
|
inlineexplicit |
28153 }
bool temporary
Whether or not the entry is temporary.
Definition duckdb.hpp:28166
bool internal
Whether or not the entry is an internal entry.
Definition duckdb.hpp:28168
string catalog
The catalog name of the entry.
Definition duckdb.hpp:28160
OnCreateConflict on_conflict
What to do on create conflict.
Definition duckdb.hpp:28164
CatalogType type
The to-be-created catalog type.
Definition duckdb.hpp:28158
string schema
The schema name of the entry.
Definition duckdb.hpp:28162
◆ ~CreateInfo()
| duckdb::CreateInfo::~CreateInfo |
( |
| ) |
|
|
inlineoverride |
◆ Serialize()
◆ GetAlterInfo()
◆ ToString()
| virtual string duckdb::CreateInfo::ToString |
( |
| ) |
const |
|
inlinevirtual |
28190 {
28191 throw NotImplementedException("ToString not supported for this type of CreateInfo: '%s'",
28192 EnumUtil::ToString(info_type));
28193 }
The documentation for this struct was generated from the following file: