IndexColumn
public protocol IndexColumn
A protocol for columns used in indices.
-
Build the index column using
QueryBuilder
.Declaration
Swift
func buildIndex(queryBuilder: QueryBuilder) -> String
Parameters
queryBuilder
The QueryBuilder to use.
Return Value
A String representation of the index column.
-
Undocumented
Declaration
Swift
var table: Table { get }