easysql.query.select

Members list

Concise view

Type members

Classlikes

class AliasQuery[T <: Tuple, A <: Tuple](`__selectItems`: Map[String, String], `__ast`: SqlQuery, `__queryName`: String) extends Dynamic

Attributes

Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any
trait Query[T <: Tuple, A <: Tuple]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Select[T, A]
class Union[T, A]
object Query

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type
class Select[T <: Tuple, A <: Tuple](val ast: SqlSelect, selectItems: Map[String, String], joinLeft: Option[SqlTable]) extends Query[T, A]

Attributes

Companion:
object
Graph
Supertypes
trait Query[T, A]
class Object
trait Matchable
class Any
object Select

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Select.type
class Union[T <: Tuple, A <: Tuple](selectItems: Map[String, String], val left: SqlQuery, val op: SqlUnionType, val right: SqlQuery) extends Query[T, A]

Attributes

Graph
Supertypes
trait Query[T, A]
class Object
trait Matchable
class Any
class Values[T <: Tuple](val ast: SqlValues)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Values

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Values.type
class With[T <: Tuple](ast: SqlWith)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object With

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
With.type