PropertyOrdering

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

Attributes

Graph
Supertypes
trait Ordering
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

Inherited methods

override def bestQuat: Quat

Attributes

Definition Classes
Inherited from:
Ordering
final def countQuatFields: Int

Attributes

Inherited from:
Ast
override def quat: Quat

Attributes

Definition Classes
Inherited from:
Ordering

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