Desc

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

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def statement: String

SQL query string

SQL query string

Attributes

Inherited from:
Order
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