ColumnCreator

public protocol ColumnCreator

A protocol defining functions database plugins must implement to build a string representation of a Column

  • Build a string representation of the column

    Declaration

    Swift

    func buildColumn(for column: Column, using queryBuilder: QueryBuilder) -> String?

    Parameters

    column

    The column being built

    Return Value

    A string representation of the column for the implementing database or nil if it cannot be built