Structures

The following structures are available globally.

AggregateColumnExpression

ScalarColumnExpression

ConnectionPoolOptions

Delete

Filter

Having

Index

  • The SQL INDEX.

    See more

    Declaration

    Swift

    public struct Index

Insert

Parameter

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

    See more

    Declaration

    Swift

    public struct Parameter : Buildable

Raw

  • 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

RawField

  • An arbitrary field represented by a String.

    See more

    Declaration

    Swift

    public struct RawField : Field

SQLDataType protocol

Update