WithColumns
oxygen.sql.schema.ResultDecoder.WithColumns
final case class WithColumns[A](inner: ResultDecoder[A], columns: Columns[A]) extends ResultDecoder[A]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResultDecoder[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def `__decodeInternal`(offset: Int, values: ArraySeq[Matchable]): Either[UnableToDecodeRow, A]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article