DeleteInterface
public protocol DeleteInterface
Convenient interface for deleting
-
delete(fromTable:where:orderBy:limit:offset:)
Default implementationExecute deleting
Throws
Error
Default Implementation
Declaration
Swift
func delete(fromTable table: String,
Parameters
table
Table name
condition
Expression convertible
orderList
Expression convertible list
limit
Expression convertible
offset
Expression convertible