SqlTimestampOps

io.getquill.dsl.DateOps.SqlTimestampOps
final implicit class SqlTimestampOps(val value: Timestamp) extends Ordered[Timestamp]

Attributes

Graph
Supertypes
trait Ordered[Timestamp]
trait Comparable[Timestamp]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def compare(that: Timestamp): Int

Inherited methods

def <(that: Timestamp): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Timestamp): Boolean

Attributes

Inherited from:
Ordered
def >(that: Timestamp): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Timestamp): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Timestamp): Int

Attributes

Inherited from:
Ordered

Concrete fields

val value: Timestamp