SelectChainCallInterface
public protocol SelectChainCallInterface
ChainCall interface for selecting
-
prepareSelect(of:fromTable:isDistinct:)Default implementationPrepare chain call for selecting of
TableDecodableobjectThrows
ErrorDefault Implementation
Declaration
Swift
func prepareSelect<Root: TableDecodable>(of cls: Root.Type,Parameters
clsType of table decodable object
tableTable name
isDistinctIs distinct or not
Return Value
Select -
Prepare chain call for selecting on specific properties
Throws
ErrorDeclaration
Swift
func prepareSelect(on propertyConvertibleList: PropertyConvertible...,Parameters
propertyConvertibleListPropertyorCodingTableKeylisttableTable name
isDistinctIs distinct or not
Return Value
Select -
Prepare chain call for selecting on specific properties
Throws
ErrorDeclaration
Swift
func prepareSelect(on propertyConvertibleList: [PropertyConvertible],Parameters
propertyConvertibleListPropertyorCodingTableKeylisttableTable name
isDistinctIs distinct or not
Return Value
Select
View on GitHub
Install in Dash
SelectChainCallInterface Protocol Reference