Query

io.github.liewhite.sqlx.Query$
See theQuery companion class
object Query

Attributes

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

Members list

Concise view

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]

Attributes