SortBy

io.getquill.ast.SortBy
final case class SortBy(query: Ast, alias: Ident, criteria: Ast, ordering: Ast) extends Query

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
trait Ast
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def bestQuat: Quat

Attributes

Definition Classes
Ast
override def quat: Quat

Attributes

Definition Classes
Ast

Inherited methods

final def countQuatFields: Int

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Ast