Order

ldbc.query.builder.statement.OrderBy.Order
trait Order

Trait to indicate the order of the order.

Attributes

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

Members list

Value members

Abstract methods

def column: Column[_]

Trait for representing SQL Column

Trait for representing SQL Column

Attributes

def name: String

Sort Order Type

Sort Order Type

Attributes

Concrete methods

def statement: String

SQL query string

SQL query string

Attributes

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
Any