SelectFrom

dataprism.sharedast.SelectAst.SelectFrom
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SelectAst[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product