PostgresValueConvertible
public protocol PostgresValueConvertible
A type whose instances can be the values of parameters in executing a Statement
.
The following types conform to PostgresValueConvertible
:
Bool
Decimal
Double
Int
PostgresByteA
PostgresDate
PostgresTime
PostgresTimeWithTimeZone
PostgresTimestamp
PostgresTimestampWithTimeZone
PostgresValue
String
-
A
PostgresValue
for this instance.Declaration
Swift
var postgresValue: PostgresValue { get }