|
|
string | name |
| | Format: Type\0Schema\0Name.
|
| |
◆ MangledEntryName()
25506 {
25507 auto &type = info.type;
25508 auto &schema = info.schema;
25509 auto &
name = info.name;
25510
25511 this->
name = CatalogTypeToString(type) +
'\0' + schema +
'\0' +
name;
25512 AssertMangledName(this->name, 2);
25513}
string name
Format: Type\0Schema\0Name.
Definition duckdb.cpp:8789
◆ operator==()
8792 {
8794 }
static DUCKDB_API bool CIEquals(const string &l1, const string &l2)
Case insensitive equals.
◆ operator!=()
8795 {
8796 return !(*this == other);
8797 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp