Q

oxygen.sql.query.dsl.Q
object Q

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Q.type

Members list

Type members

Classlikes

object count

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
count.type
object input

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
input.type
object select

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
select.type

Value members

Concrete methods

def const[I](i: I): I
def delete[A](using t: TableRepr[A]): Delete[A]
def insert[A](using t: TableRepr[A]): Insert[A]
def join[A](using t: TableRepr[A]): Join[A]
def leftJoin[A](using t: TableRepr[A]): LeftJoin[A]
def limit(lim: Int): Limit
def offset(off: Int): Offset
def orderBy(parts: OrderByPart*): OrderBy
def update[A](using t: TableRepr[A]): Update[A]
def where: Where

Extensions

Extensions

extension [A](self: A)
def tableNPK(using ev: TableRepr[A]): ev.NonPrimaryKeyT
def tablePK(using ev: TableRepr[A]): ev.PrimaryKeyT
extension [A](self: A)
def :=(value: A): SetValue