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
case object In extends InWithQuery

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
In.type
sealed trait InWithQuery

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object In.type
object NotIn.type
class MonadicQuery[T <: Tuple, From](query: SqlSelect, from: From)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class NativeSql(val sql: String, val args: Array[SqlDataType])

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case object NotIn extends InWithQuery

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NotIn.type
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