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