PostgresClientKit Docs (100% documented)

View on GitHub

PostgresClientKit Reference PostgresValueConvertible Protocol Reference

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
  • postgresValue

    A PostgresValue for this instance.

    Declaration

    Swift

    var postgresValue: PostgresValue { get }
  • Classes
    • Connection
    • ConnectionPool
    • ConsoleLogHandler
    • Cursor
    • Logger
    • Statement
  • Enumerations
    • Credential
    • LogLevel
    • PostgresError
  • Extensions
    • Bool
    • Date
    • Decimal
    • Double
    • Int
    • Optional
    • String
  • Protocols
    • ConnectionDelegate
    • LogHandler
    • PostgresValueConvertible
  • Structures
    • ColumnMetadata
    • ConnectionConfiguration
    • ConnectionPoolConfiguration
    • ConnectionPoolMetrics
    • LogRecord
    • Notice
    • Postgres
    • PostgresByteA
    • PostgresDate
    • PostgresTime
    • PostgresTimeWithTimeZone
    • PostgresTimestamp
    • PostgresTimestampWithTimeZone
    • PostgresValue
    • Row

Copyright 2019 David Pitfield and the PostgresClientKit contributors. Licensed under the Apache License, Version 2.0.

Generated by jazzy ♪♫ v0.13.6, a Realm project.