Module compound

Module compound 

Source
Expand description

“Compound” identifiers built on top of DynIden.

Structs§

ColumnName
A column name, potentially qualified as (database.)(schema.)(table.)column.
DatabaseName
An identifier that represents a database name.
SchemaName
A schema name, potentially qualified as (database.)schema.
TableName
A table name, potentially qualified as (database.)(schema.)table.
TypeRef
An SQL type name, potentially qualified as (database.)(schema.)type.

Enums§

ColumnRef
Column references.
TableRef
Table references

Traits§

IdenList
IntoColumnRef
IntoTableRef
IntoTypeRef