Int16

extension Int16: SQLDataType
  • Return database specific representation of the int16 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.