Skip to content

Structure

PostgresQuery

A Postgres SQL query that can be executed on a Postgres server. Contains the raw SQL string and bindings.
struct PostgresQuery

Topics

Initializers

Instance Properties

  • binds
    The query binds.
  • sql
    The query string.

Default Implementations

Relationships

Conforms To

  • Swift.Copyable
  • Swift.CustomDebugStringConvertible
  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.Escapable
  • Swift.ExpressibleByExtendedGraphemeClusterLiteral
  • Swift.ExpressibleByStringInterpolation
  • Swift.ExpressibleByStringLiteral
  • Swift.ExpressibleByUnicodeScalarLiteral
  • Swift.Hashable
  • Swift.Sendable
  • Swift.SendableMetatype

See Also