ColumnOrdered

slick.lifted.ColumnOrdered
case class ColumnOrdered[T](column: Rep[T], ord: Ordering) extends Ordered

A Column with an associated Ordering.

Attributes

Source:
Ordered.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Ordered
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Ordered.scala

Attributes

Source:
Ordered.scala

Attributes

Source:
Ordered.scala

Attributes

Source:
Ordered.scala

Attributes

Source:
Ordered.scala

Attributes

Source:
Ordered.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val columns: IndexedSeq[(Node, Ordering)]

Attributes

Inherited from:
Ordered
Source:
Ordered.scala