Values

easysql.query.select.Values
See theValues companion object
class Values[T <: Tuple](val ast: SqlValues) extends Query[T, EmptyTuple]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def addRow(row: T): Values[T]
def addRows(rows: List[T]): Values[T]

Inherited methods

infix def except[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def except[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def except[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def exceptAll[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def exceptAll[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def exceptAll[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersect[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersect[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersect[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersectAll[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersectAll[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def intersectAll[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def union[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def union[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def union[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def unionAll[U <: Tuple](query: List[U]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def unionAll[U <: Tuple](query: U): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query
infix def unionAll[U <: Tuple](query: Query[U, _]): Union[UnionType[T, U], A]

Attributes

Inherited from:
Query