Query

object Query
Companion:
class
class Object
trait Matchable
class Any
Query.type

Value members

Concrete methods

transparent inline def apply[T <: Product : Table]: Any
def insertMany[T <: Product : Table](o: Seq[T]): ZIO[DSLContext, Nothing, InsertValuesStepN[Record]]
def insertOne[T <: Product : Table](o: T): ZIO[DSLContext, Nothing, InsertValuesStepN[Record]]

Extensions

Extensions

extension [Q <: Query](q: Q)
transparent inline def join(t: Table[_]): Any
transparent inline def leftJoin(t: Table[_]): Any
transparent inline def rightJoin(t: Table[_]): Any
inline def where(conditionFunc: Q => Condition): AfterWhere[Q]