SQLDataType
public protocol SQLDataType
Defines the protocol for data types to be used as table column types.
-
Return database specific representation of the type using
QueryBuilder.Declaration
Swift
static func create(queryBuilder: QueryBuilder) -> StringParameters
queryBuilderThe QueryBuilder to use.
Return Value
A String representation of the type.
View on GitHub
SQLDataType Protocol Reference