Float
extension Float: SQLDataType
-
Return database specific representation of the float 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.