Package

sqlest.ast

syntax

Permalink

package syntax

Visibility
  1. Public
  2. All

Type Members

  1. trait AggregateFunctionSyntax extends ColumnSyntax

    Permalink
  2. case class CaseColumnBuilder[B](column: Column[B]) extends Product with Serializable

    Permalink
  3. trait CaseSyntax extends AnyRef

    Permalink
  4. trait ColumnSyntax extends AnyRef

    Permalink
  5. class DeleteBuilder extends AnyRef

    Permalink

    Helper class to prevent users writing delete.from(...) without .where(...).

  6. trait DeleteSyntax extends AnyRef

    Permalink
  7. trait GroupSyntax extends AnyRef

    Permalink
  8. class InsertBuilder extends AnyRef

    Permalink

    Helper class to prevent users writing insert.into(...) without .columns(...).values(...) or .set(...).

  9. class InsertColumnsBuilder extends AnyRef

    Permalink

    Helper class to prevent users writing insert.into(...).columns(...) without .values(...)

  10. trait InsertSyntax extends AnyRef

    Permalink
  11. trait JoinSyntax extends AnyRef

    Permalink

    DSL syntax for building Joins.

  12. trait OlapFunction extends AnyRef

    Permalink
  13. trait OlapFunctionSyntax extends WindowFunctions

    Permalink
  14. trait OrderSyntax extends AnyRef

    Permalink
  15. trait QuerySyntax extends AnyRef

    Permalink
  16. trait ScalarFunctionSyntax extends ScalarFunctions

    Permalink
  17. case class SelectBuilder[A](what: A)(implicit evidence$1: AliasedColumns[A]) extends Product with Serializable

    Permalink

    Helper class to enable the select(...).from(...) syntax.

  18. case class SelectOps[A, R <: Relation](select: Select[A, R]) extends Product with Serializable

    Permalink
  19. trait SelectSyntax extends AnyRef

    Permalink
  20. trait TableFunctionSyntax extends AnyRef

    Permalink
  21. class UntypedColumnHelpers extends ColumnSyntax

    Permalink
  22. trait UntypedColumnSyntax extends AnyRef

    Permalink
  23. case class UpdateSetterBuilder(table: Table) extends Product with Serializable

    Permalink
  24. trait UpdateSyntax extends AnyRef

    Permalink
  25. case class UpdateWhereBuilder(table: Table, setters: Seq[Setter[_, _]]) extends Product with Serializable

    Permalink
  26. trait WindowFunctionBuilder extends AnyRef

    Permalink
  27. trait WindowFunctions extends AnyRef

    Permalink

Value Members

  1. object CaseBuilder

    Permalink

Ungrouped