Structures

The following structures are available globally.

  • The SQL INDEX.

    See more

    Declaration

    Swift

    public struct Index
  • Query parameter, either numbered, or named, or just marked with a marker.

    See more

    Declaration

    Swift

    public struct Parameter: Buildable
  • Raw

    An arbitrary query represented by a String. The generated query will be a concatenation of the supplied query string and tables.

    See more

    Declaration

    Swift

    public struct Raw: Query
  • An arbitrary field represented by a String.

    See more

    Declaration

    Swift

    public struct RawField: Field