easysql.query.select

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Dynamic
class Object
trait Matchable
class Any
case object In extends InWithQuery

Attributes

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

Attributes

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
Supertypes
class Object
trait Matchable
class Any
object MonadicQuery

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NativeSql

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NativeSql.type
case object NotIn extends InWithQuery

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait InWithQuery
class Object
trait Matchable
class Any
Show all
Self type
NotIn.type
trait Query[T <: Tuple, A <: Tuple]

Attributes

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

Attributes

Companion
trait
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
Supertypes
trait Query[T, A]
class Object
trait Matchable
class Any
object Select

Attributes

Companion
class
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

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Values

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object With

Attributes

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