Companion

Resolve by Symbol

Companion object which offers methods (via resolve) to obtain a SQLitePrimitiveType by its string or numeric identity.

Functions

Link copied to clipboard

Resolve an SQLite primitive type by its integer symbol.

open override fun resolve(symbol: String): SQLitePrimitiveType

Resolve an SQLite primitive type by its string symbol.

Link copied to clipboard
Link copied to clipboard
open fun unresolved(requested: String): Symbolic.Unresolved