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) -> String
Parameters
queryBuilder
The QueryBuilder to use.
Return Value
A String representation of the type.