trait Decoders extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Decoder[T] = JdbcContextTypes.JdbcDecoder[T]
- case class JdbcDecoder[T](decoder: JdbcContextTypes.BaseDecoder[T]) extends JdbcContextTypes.BaseDecoder[T] with Product with Serializable
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bigDecimalDecoder: JdbcContextTypes.Decoder[BigDecimal]
- implicit val byteArrayDecoder: JdbcContextTypes.Decoder[Array[Byte]]
- implicit val byteDecoder: JdbcContextTypes.Decoder[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val dateDecoder: JdbcContextTypes.Decoder[Date]
- def decoder[T](f: (ResultRow) => (JdbcContextTypes.Index) => T): JdbcContextTypes.Decoder[T]
- def decoder[T](d: (JdbcContextTypes.Index, ResultRow, Session) => T): JdbcContextTypes.Decoder[T]
- implicit val doubleDecoder: JdbcContextTypes.Decoder[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val floatDecoder: JdbcContextTypes.Decoder[Float]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val intDecoder: JdbcContextTypes.Decoder[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val longDecoder: JdbcContextTypes.Decoder[Long]
- implicit def mappedDecoder[I, O](implicit mapped: JdbcContextTypes.MappedEncoding[I, O], d: JdbcContextTypes.Decoder[I]): JdbcContextTypes.Decoder[O]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionDecoder[T](implicit d: JdbcContextTypes.Decoder[T]): JdbcContextTypes.Decoder[Option[T]]
- implicit val shortDecoder: JdbcContextTypes.Decoder[Short]
- implicit val sqlDateDecoder: JdbcContextTypes.Decoder[Date]
- implicit val sqlTimeDecoder: JdbcContextTypes.Decoder[Time]
- implicit val sqlTimestampDecoder: JdbcContextTypes.Decoder[Timestamp]
- implicit val stringDecoder: JdbcContextTypes.Decoder[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()