class TimeCell extends Cell[Time]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeCell
- Cell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ???: Nothing
- Definition Classes
- Cell
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAsciiStream: InputStream
- Definition Classes
- Cell
- def getBigDecimal: BigDecimal
- Definition Classes
- Cell
- def getBinaryStream: InputStream
- Definition Classes
- Cell
- def getBoolean: Boolean
- Definition Classes
- Cell
- def getByte: Byte
- Definition Classes
- Cell
- def getBytes: Array[Byte]
- Definition Classes
- Cell
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDate: Date
- def getDouble: Double
- Definition Classes
- Cell
- def getFloat: Float
- Definition Classes
- Cell
- def getInt: Int
- Definition Classes
- Cell
- def getLong: Long
- Definition Classes
- Cell
- def getObject: AnyRef
- Definition Classes
- Cell
- def getScalaBigDecimal: BigDecimal
- Definition Classes
- Cell
- def getShort: Short
- Definition Classes
- Cell
- def getString: String
- Definition Classes
- Cell
- def getTime: Time
- def getTimestamp: Timestamp
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- Cell
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val sqltype: Int
- Definition Classes
- Cell
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Cell → AnyRef → Any
- val value: Time
- Definition Classes
- Cell
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated