Structures

The following structures are available globally.

  • A single parameter to open a connection to a postgresql server

    See more

    Declaration

    Swift

    public struct ConnectParam
  • Encapsulates a set of connection parameters

    See more

    Declaration

    Swift

    public struct ConnectInfo
  • Encapsulates an error from PostgreSQL.

    See more

    Declaration

    Swift

    public struct PostgreSQLError : Error
  • encapsulates a notification from the server

    See more

    Declaration

    Swift

    public struct PGNotification