Int32
extension Int32: SQLDataType
-
Return database specific representation of the int32 type using
QueryBuilder
.Declaration
Swift
public static func create(queryBuilder: QueryBuilder) -> String
Parameters
queryBuilder
The QueryBuilder to use.
Return Value
A String representation of the type.