Structures
The following structures are available globally.
-
Options for
See moreConectionPool
configuration.Declaration
Swift
public struct ConnectionPoolOptions
-
A condition used in an SQL WHERE or ON clause.
See moreDeclaration
Swift
public struct Filter : ConditionalClause, QueryFilterProtocol
-
An SQL HAVING clause.
See moreDeclaration
Swift
public struct Having : ConditionalClause, QueryHavingProtocol
-
SQL varchar type.
See moreDeclaration
Swift
public struct Varchar : SQLDataType
-
SQL char/character type.
See moreDeclaration
Swift
public struct Char : SQLDataType
-
SQL date type.
See moreDeclaration
Swift
public struct SQLDate : SQLDataType
-
SQL time type.
See moreDeclaration
Swift
public struct Time : SQLDataType
-
SQL timestamp type.
See moreDeclaration
Swift
public struct Timestamp : SQLDataType