OrderBy

ldbc.query.builder.statement.OrderBy
object OrderBy

Attributes

Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
OrderBy.type

Members list

Type members

Classlikes

case class Asc(column: Column[_]) extends Order

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Show all
case class Desc(column: Column[_]) extends Order

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Show all
trait Order

Trait to indicate the order of the order.

Trait to indicate the order of the order.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Asc
class Desc

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror