trait Encoders extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Encoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AsyncEncoder[T](sqlType: ZioJAsyncContext.DecoderSqlType)(implicit encoder: ZioJAsyncContext.BaseEncoder[T]) extends ZioJAsyncContext.BaseEncoder[T] with Product with Serializable
- type DecoderSqlType = SqlTypes.Value
- type Encoder[T] = ZioJAsyncContext.AsyncEncoder[T]
- type EncoderSqlType = SqlTypes.Value
- type PrepareRow = Seq[Any]
- 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 bigDecimalEncoder: ZioJAsyncContext.Encoder[BigDecimal]
- implicit val booleanEncoder: ZioJAsyncContext.Encoder[Boolean]
- implicit val byteArrayEncoder: ZioJAsyncContext.Encoder[Array[Byte]]
- implicit val byteEncoder: ZioJAsyncContext.Encoder[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val dateEncoder: ZioJAsyncContext.Encoder[Date]
- implicit val doubleEncoder: ZioJAsyncContext.Encoder[Double]
- def encoder[T](f: (T) => Any, sqlType: ZioJAsyncContext.DecoderSqlType): ZioJAsyncContext.Encoder[T]
- def encoder[T](sqlType: ZioJAsyncContext.DecoderSqlType): ZioJAsyncContext.Encoder[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val floatEncoder: ZioJAsyncContext.Encoder[Float]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val intEncoder: ZioJAsyncContext.Encoder[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val localDateEncoder: ZioJAsyncContext.Encoder[LocalDate]
- implicit val localDateTimeEncoder: ZioJAsyncContext.Encoder[LocalDateTime]
- implicit val longEncoder: ZioJAsyncContext.Encoder[Long]
- implicit def mappedEncoder[I, O](implicit mapped: ZioJAsyncContext.MappedEncoding[I, O], e: ZioJAsyncContext.Encoder[O]): ZioJAsyncContext.Encoder[I]
- 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 optionEncoder[T](implicit d: ZioJAsyncContext.Encoder[T]): ZioJAsyncContext.Encoder[Option[T]]
- implicit val shortEncoder: ZioJAsyncContext.Encoder[Short]
- implicit val stringEncoder: ZioJAsyncContext.Encoder[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()