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