org.easysql.query.select

Members list

Concise view

Type members

Classlikes

class Query[T](val t: T, val s: Select[_, _])

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type
class Select[T <: Tuple, AliasNames <: Tuple] extends SelectQuery[T, AliasNames]

Attributes

Companion:
object
Graph
Supertypes
trait SelectQuery[T, AliasNames]
trait Dynamic
class Object
trait Matchable
class Any
object Select

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Select.type
trait SelectQuery[T <: Tuple, AliasNames <: Tuple] extends BasedQuery with Dynamic

Attributes

Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any
Known subtypes
class Select[T, AliasNames]
class UnionSelect[T, AliasNames]
class ValuesSelect[T]
class UnionSelect[T <: Tuple, AliasNames <: Tuple](val left: SelectQuery[_, _], val operator: SqlUnionType, val right: SelectQuery[_, _]) extends SelectQuery[T, AliasNames]

Attributes

Graph
Supertypes
trait SelectQuery[T, AliasNames]
trait Dynamic
class Object
trait Matchable
class Any
class ValuesSelect[T <: Tuple] extends SelectQuery[T, EmptyTuple]

Attributes

Companion:
object
Graph
Supertypes
trait SelectQuery[T, EmptyTuple]
trait Dynamic
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class WithSelect extends SelectQuery[EmptyTuple, EmptyTuple]

Attributes

Companion:
object
Graph
Supertypes
trait SelectQuery[EmptyTuple, EmptyTuple]
trait Dynamic
class Object
trait Matchable
class Any
object WithSelect

Attributes

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