AfterOrderBy

io.github.liewhite.sqlx.AfterOrderBy
class AfterOrderBy[T](val afterWhere: AfterWhere[_], val orderBy: Field[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def limit(n: Int): AfterLimit[T]

Concrete fields

val orderBy: Field[T]