Classes

The following classes are available globally.

  • Represents a connection to a PostgreSQL server

    See more

    Declaration

    Swift

    public final class Connection
  • Encapsulates the server response from executing a query

    See more

    Declaration

    Swift

    public class PGResult
  • Representation of a parameter to replace a placeholder in a query

    See more

    Declaration

    Swift

    public final class QueryParameter