Q1

harness.sql.query.Select$.Q1
final class Q1[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def join[T2 <: ([_[_]] =>> Table)](name: String)(implicit t2ti: TableSchema[T2], z: Zip[T, T2[AppliedCol]]): Q2[Out]
def leftJoin[T2 <: ([_[_]] =>> Table)](name: String)(implicit t2ti: TableSchema[T2], z: Zip[T, T2[Opt]]): Q2[Out]
def orderBy[C](f: T => AppliedCol[C]): Q4[T]
def returning[T2](f: T => Returning[T2]): Query[T2]
def returningJson[T2](f: T => ReturningJson[T2]): Q5[T2]
def where(f: T => QueryBool): Q3[T]