Structure
PostgresNumeric
struct PostgresNumeric
Topics
Initializers
init(decimal: Decimal)init?(string: String)init(stringLiteral: String)Creates an instance initialized to the given string value.
Instance Properties
var debugDescription: StringA textual representation of this instance, suitable for debugging.var decimal: Decimalvar description: StringA textual representation of this instance.var double: Double?var string: String
Relationships
Conforms To
Swift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.ExpressibleByExtendedGraphemeClusterLiteralSwift.ExpressibleByStringLiteralSwift.ExpressibleByUnicodeScalarLiteral
See Also
Essentials
typealias PostgresCodableA type that can be encoded into and decoded from a Postgres binary format.struct PostgresDataTypeData types and their raw OIDs.enum PostgresFormatThe format the postgres types are encoded in on the wire.