dataprism.sharedast.SelectAst
See theSelectAst companion trait
object SelectAst
Attributes
- Companion
- trait
- Source
- SharedSqlAst.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SelectAst.type
Members list
Type members
Classlikes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class Except[Codec[_]](lhs: SelectAst[Codec], rhs: SelectAst[Codec], all: Boolean) extends SetOperator[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SetOperator[Codec]trait SelectAst[Codec]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
object From
Attributes
- Companion
- trait
- Source
- SharedSqlAst.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
From.type
Attributes
- Companion
- object
- Source
- SharedSqlAst.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CrossJoin[Codec]class FromMulti[Codec]class FromQuery[Codec]class FromTable[Codec]class FromTableFunction[Codec]class FullOuterJoin[Codec]class InnerJoin[Codec]class LeftOuterJoin[Codec]class RightOuterJoin[Codec]Show all
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class Intersect[Codec[_]](lhs: SelectAst[Codec], rhs: SelectAst[Codec], all: Boolean) extends SetOperator[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SetOperator[Codec]trait SelectAst[Codec]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
enum NullsOrder
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
enum OrderDir
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class SelectFrom[Codec[_]](distinct: Option[Distinct[Codec]], selectExprs: Seq[ExprWithAlias[Codec]], from: Option[From[Codec]], where: Option[SqlExpr[Codec]], groupBy: Option[GroupBy[Codec]], having: Option[SqlExpr[Codec]], orderBy: Option[OrderBy[Codec]], limitOffset: Option[LimitOffset[Codec]], locks: Option[Locks]) extends SelectAst[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
sealed trait SetOperator[Codec[_]] extends SelectAst[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
- Known subtypes
case class Union[Codec[_]](lhs: SelectAst[Codec], rhs: SelectAst[Codec], all: Boolean) extends SetOperator[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SetOperator[Codec]trait SelectAst[Codec]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article