Ordering

io.getquill.ast.Ordering
sealed trait Ordering extends Ast

Attributes

Graph
Supertypes
trait Ast
class Object
trait Matchable
class Any
Known subtypes
object Asc.type
object AscNullsFirst.type
object AscNullsLast.type
object Desc.type
object DescNullsFirst.type
object DescNullsLast.type
Show all

Members list

Value members

Concrete methods

def bestQuat: Quat
def quat: Quat

Inherited methods

Attributes

Inherited from:
Ast
override def 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.

Definition Classes
Ast -> Any
Inherited from:
Ast