Timestamp

public struct Timestamp : SQLDataType

SQL timestamp type.

  • Return database specific representation of the timestamp 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.