dataprism.sharedast.SqlExpr
See theSqlExpr companion trait
object SqlExpr
Attributes
- Companion
- trait
- Source
- SharedSqlAst.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SqlExpr.type
Members list
Type members
Classlikes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
enum BinaryOperation
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class ConditionCase[Codec[_]](cases: IndexedSeq[(SqlExpr[Codec], SqlExpr[Codec])], orElse: SqlExpr[Codec]) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class FunctionCall[Codec[_]](functionCall: FunctionName, args: Seq[SqlExpr[Codec]], expectedType: String) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
enum FunctionName
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class NotInQuery[Codec[_]](expr: SqlExpr[Codec], selectAst: SelectAst[Codec]) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class NotInValues[Codec[_]](expr: SqlExpr[Codec], values: Seq[SqlExpr[Codec]]) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class PreparedArgument[Codec[_]](name: Option[String], arg: SqlArg[Codec]) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class QueryCount[Codec[_]]() extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
case class UnaryOp[Codec[_]](expr: SqlExpr[Codec], op: UnaryOperation, expectedType: String) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
enum UnaryOperation
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Attributes
- Source
- SharedSqlAst.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article