RowSelectChainCallInterface
public protocol RowSelectChainCallInterface
ChainCall interface for row-selecting
-
Prepare chain call for row-selecting on specific column results
Throws
Error
Declaration
Swift
func prepareRowSelect(on columnResultConvertibleList: ColumnResultConvertible...,
Parameters
columnResultConvertibleList
ColumnResult
listtables
Table name list
isDistinct
Is distinct or not
Return Value
-
Prepare chain call for row-selecting on specific column results
Throws
Error
Declaration
Swift
func prepareRowSelect(on columnResultConvertibleList: [ColumnResultConvertible],
Parameters
columnResultConvertibleList
ColumnResult
listtables
Table name list
isDistinct
Is distinct or not
Return Value
-
Prepare chain call for row-selecting on specific column results
Throws
Error
Declaration
Swift
func prepareRowSelect(on columnResultConvertibleList: ColumnResultConvertible...,
Parameters
columnResultConvertibleList
ColumnResult
listtables
Table name
isDistinct
Is distinct or not
Return Value
-
Prepare chain call for row-selecting on specific column results
Throws
Error
Declaration
Swift
func prepareRowSelect(on columnResultConvertibleList: [ColumnResultConvertible],
Parameters
columnResultConvertibleList
ColumnResult
listtables
Table name
isDistinct
Is distinct or not
Return Value