|
|
string | catalog |
| |
|
string | schema |
| |
|
string | name |
| |
|
OnEntryNotFound | if_not_found |
| |
◆ AlterEntryData() [1/2]
| duckdb::AlterEntryData::AlterEntryData |
( |
| ) |
|
|
inline |
◆ AlterEntryData() [2/2]
| duckdb::AlterEntryData::AlterEntryData |
( |
string |
catalog_p, |
|
|
string |
schema_p, |
|
|
string |
name_p, |
|
|
OnEntryNotFound |
if_not_found |
|
) |
| |
|
inline |
28290 : catalog(std::move(catalog_p)), schema(std::move(schema_p)), name(std::move(name_p)),
28291 if_not_found(if_not_found) {
28292 }
The documentation for this struct was generated from the following file: