Module otter_sql::identifier

source ·
Expand description

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

Structs

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

Type Definitions

A fixed capacity copy-able string.