Desc

ldbc.query.builder.statement.OrderBy.Desc
case class Desc(column: Column[_]) extends Order

Attributes

Source
OrderBy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def name: String

Sort Order Type

Sort Order Type

Attributes

Definition Classes
Source
OrderBy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

SQL query string

SQL query string

Attributes

Inherited from:
Order
Source
OrderBy.scala
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
Order -> Any
Inherited from:
Order
Source
OrderBy.scala