Skip to content

Instance MethodSQLiteNIO

decode(column:inferringAs:)

Deprecated

Use SQLiteRow.sql(decoder:) to access an SQLiteRow as an SQLRow.

func decode<D>(column c: String, inferringAs: D.Type = D.self) throws -> D where D : Decodable