AfterWhere

io.github.liewhite.sqlx.AfterWhere
class AfterWhere[Q <: Query](val query: Q, val condition: Condition)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def orderBy[T](fields: Q => Field[T]): AfterOrderBy[T]
inline def select[T <: Tuple](fields: Q => T): AfterSelect[T]

Concrete fields

val query: Q