Order

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

Trait to indicate the order of the order.

Attributes

Source
OrderBy.scala
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

Source
OrderBy.scala
def name: String

Sort Order Type

Sort Order Type

Attributes

Source
OrderBy.scala

Concrete methods

SQL query string

SQL query string

Attributes

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
Any
Source
OrderBy.scala