Expand description
“Compound” identifiers built on top of DynIden.
Structs§
- Column
Name - A column name, potentially qualified as
(database.)(schema.)(table.)column. - Database
Name - An identifier that represents a database name.
- Schema
Name - A schema name, potentially qualified as
(database.)schema. - Table
Name - A table name, potentially qualified as
(database.)(schema.)table. - TypeRef
- An SQL type name, potentially qualified as
(database.)(schema.)type.