PostgresValueConvertible
public protocol PostgresValueConvertible
A type whose instances can be the values of parameters in executing a Statement.
The following types conform to PostgresValueConvertible:
BoolDecimalDoubleIntPostgresByteAPostgresDatePostgresTimePostgresTimeWithTimeZonePostgresTimestampPostgresTimestampWithTimeZonePostgresValueString
-
A
PostgresValuefor this instance.Declaration
Swift
var postgresValue: PostgresValue { get }