A collation name for use with Expr::Collate.
Definition collation.hpp:10
static Collation Default()
The database's default collation.
std::string ToString() const
Renders the collation name as SQL text.
static Collation FromRaw(std::string name)
Wraps a trusted, developer-written collation name verbatim. Never pass untrusted/dynamic data here.
static Collation Posix()
The POSIX collation, identical to C on PostgreSQL.
static Collation C()
The C collation: byte-order comparison.