DeleteChainCallInterface

public protocol DeleteChainCallInterface

ChainCall interface for deleting

  • prepareDelete(fromTable:) Default implementation

    Prepare chain call for deleting on specific properties

    Throws

    Error

    Default Implementation

    Declaration

    Swift

    func prepareDelete(fromTable table: String) throws -> Delete

    Parameters

    table

    Table name

    Return Value

    Delete