Operatorgrdb 7.4.0GRDB
==(_:_:)
Two collations are equal if they share the same name (case insensitive)
static func == (lhs: Self, rhs: Self) -> Bool
Two collations are equal if they share the same name (case insensitive)
static func == (lhs: Self, rhs: Self) -> Bool
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct ID
The identifier of an SQLite collation.
final class DatabaseCollation
DatabaseCollation
is a custom string comparison function used by SQLite.
@frozen struct Bool
A value type whose instances are either true
or false
.
func hash(into hasher: inout Hasher)