trait Decoders extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AsyncDecoder[T](sqlType: ZioJAsyncContext.DecoderSqlType)(implicit decoder: ZioJAsyncContext.BaseDecoder[T]) extends ZioJAsyncContext.BaseDecoder[T] with Product with Serializable
- type Decoder[T] = ZioJAsyncContext.AsyncDecoder[T]
- type DecoderSqlType = SqlTypes.Value
- trait NumericDecoder[T] extends ZioJAsyncContext.BaseDecoder[T]
- type ResultRow = RowData
- type Session = Unit
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: ZioJAsyncContext.Decoder[BigDecimal]
- implicit val booleanDecoder: ZioJAsyncContext.Decoder[Boolean]
- implicit val byteArrayDecoder: ZioJAsyncContext.Decoder[Array[Byte]]
- implicit val byteDecoder: ZioJAsyncContext.Decoder[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val dateDecoder: ZioJAsyncContext.Decoder[Date]
- def decoder[T](f: PartialFunction[Any, T] = PartialFunction.empty, sqlType: ZioJAsyncContext.DecoderSqlType)(implicit arg0: ClassTag[T]): ZioJAsyncContext.Decoder[T]
- implicit val doubleDecoder: ZioJAsyncContext.Decoder[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val floatDecoder: ZioJAsyncContext.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: ZioJAsyncContext.Decoder[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val localDateDecoder: ZioJAsyncContext.Decoder[LocalDate]
- implicit val localDateTimeDecoder: ZioJAsyncContext.Decoder[LocalDateTime]
- implicit val longDecoder: ZioJAsyncContext.Decoder[Long]
- implicit def mappedDecoder[I, O](implicit mapped: ZioJAsyncContext.MappedEncoding[I, O], decoder: ZioJAsyncContext.Decoder[I]): ZioJAsyncContext.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: ZioJAsyncContext.Decoder[T]): ZioJAsyncContext.Decoder[Option[T]]
- implicit val shortDecoder: ZioJAsyncContext.Decoder[Short]
- implicit val stringDecoder: ZioJAsyncContext.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()