SelectInterface

public protocol SelectInterface

Convenient interface for selecting

  • Get objects on specific(or all) properties

    Throws

    Error

    Declaration

    Swift

    func getObjects<Object: TableDecodable>(

    Parameters

    propertyConvertibleList

    Property or CodingTableKey list

    table

    Table name

    condition

    Expression convertible

    orderList

    Expression convertible list

    limit

    Expression convertible

    offset

    Expression convertible

    Return Value

    Table decodable objects

  • Get objects on specific(or all) properties

    Throws

    Error

    Declaration

    Swift

    func getObjects<Object: TableDecodable>(

    Parameters

    propertyConvertibleList

    Property or CodingTableKey list

    table

    Table name

    condition

    Expression convertible

    orderList

    Expression convertible list

    limit

    Expression convertible

    offset

    Expression convertible

    Return Value

    Table decodable objects

  • Get object on specific(or all) properties

    Throws

    Error

    Declaration

    Swift

    func getObject<Object: TableDecodable>(

    Parameters

    propertyConvertibleList

    Property or CodingTableKey list

    table

    Table name

    condition

    Expression convertible

    orderList

    Expression convertible list

    offset

    Expression convertible

    Return Value

    Table decodable objects

  • Get object on specific(or all) properties

    Throws

    Error

    Declaration

    Swift

    func getObject<Object: TableDecodable>(

    Parameters

    propertyConvertibleList

    Property or CodingTableKey list

    table

    Table name

    condition

    Expression convertible

    orderList

    Expression convertible list

    condition

    Expression convertible

    Return Value

    Table decodable objects