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. class MergeOnBuilder[R <: Relation] extends AnyRef

    Permalink
  13. trait MergeSyntax extends AnyRef

    Permalink
  14. class MergeUsingBuilder extends AnyRef

    Permalink
  15. trait OlapFunction extends AnyRef

    Permalink
  16. trait OlapFunctionSyntax extends WindowFunctions

    Permalink
  17. trait OrderSyntax extends AnyRef

    Permalink
  18. trait QuerySyntax extends AnyRef

    Permalink
  19. trait ScalarFunctionSyntax extends ScalarFunctions

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

    Permalink

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

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

    Permalink
  22. trait SelectSyntax extends AnyRef

    Permalink
  23. trait TableFunctionSyntax extends AnyRef

    Permalink
  24. class UntypedColumnHelpers extends ColumnSyntax

    Permalink
  25. trait UntypedColumnSyntax extends AnyRef

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

    Permalink
  27. trait UpdateSyntax extends AnyRef

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

    Permalink
  29. trait WindowFunctionBuilder extends AnyRef

    Permalink
  30. trait WindowFunctions extends AnyRef

    Permalink

Value Members

  1. object CaseBuilder

    Permalink

Ungrouped