Type Aliases
The following type aliases are available globally.
-
A raw SQLite connection, suitable for the SQLite C API.
Declaration
Swift
public typealias SQLiteConnection = OpaquePointer
-
A raw SQLite statement, suitable for the SQLite C API.
Declaration
Swift
public typealias SQLiteStatement = OpaquePointer
-
Undocumented
Declaration
Swift
public typealias SelectStatement = Statement
-
Undocumented
Declaration
Swift
public typealias UpdateStatement = Statement
-
A low-level SQLite function that lets FTS5Tokenizer notify tokens.
See FTS5Tokenizer.tokenize(context:flags:pText:nText:tokenCallback:)
-
A function that lets FTS5WrapperTokenizer notify tokens.
See FTS5WrapperTokenizer.accept(token:flags:tokenCallback:)
-
Undocumented
Declaration
Swift
public typealias SQLLiteral = SQL
-
Undocumented
Declaration
Swift
public typealias SQLiteral = SQL
-
Undocumented
Declaration
Swift
public typealias SQLAssociativeBinaryOperator = SQLExpression.AssociativeBinaryOperator
-
Undocumented
Declaration
Swift
public typealias GRDBSendable = Swift.Sendable
-