Expand description
Names used for tables, columns, schemas, DBs, etc.
Structs§
- Column
Ref - Uniquely identifies a column in a given table in a database.
- Identifier
Error - Invalid identifier.
- Schema
Ref - A name given to a schema. Uniquely identifies a single schema in a database.
- Table
Ref - Uniquely identifies a table in a database. The schema will be assumed to be the
default_schema
if not specified.
Type Aliases§
- Bounded
String - A fixed capacity copy-able string.