Module identifier

Source
Expand description

Names used for tables, columns, schemas, DBs, etc.

Structs§

ColumnRef
Uniquely identifies a column in a given table in a database.
IdentifierError
Invalid identifier.
SchemaRef
A name given to a schema. Uniquely identifies a single schema in a database.
TableRef
Uniquely identifies a table in a database. The schema will be assumed to be the default_schema if not specified.

Type Aliases§

BoundedString
A fixed capacity copy-able string.