UpdateChainCallInterface

public protocol UpdateChainCallInterface

ChainCall interface for updating

  • Prepare chain call for updating on specific properties

    Throws

    Error

    Declaration

    Swift

    func prepareUpdate(table: String, on propertyConvertibleList: PropertyConvertible...) throws -> Update

    Parameters

    table

    Table name

    propertyConvertibleList

    Property or CodingTableKey list

    Return Value

    Update

  • Prepare chain call for updating on specific properties

    Throws

    Error

    Declaration

    Swift

    func prepareUpdate(table: String, on propertyConvertibleList: [PropertyConvertible]) throws -> Update

    Parameters

    table

    Table name

    propertyConvertibleList

    Property or CodingTableKey list

    Return Value

    Update