WithColumns

oxygen.sql.schema.ResultDecoder.WithColumns
final case class WithColumns[A](inner: ResultDecoder[A], columns: Columns[A]) extends ResultDecoder[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResultDecoder[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def `__decodeInternal`(offset: Int, values: Contiguous[Matchable]): Either[UnableToDecodeRow, A]

Attributes

Definition Classes

Inherited methods

final def decode(values: Contiguous[Any]): Either[UnableToDecodeRow, A]

Attributes

Inherited from:
ResultDecoder
final def map[B](ab: A => B): ResultDecoder[B]

Attributes

Inherited from:
ResultDecoder
final def mapOrFail[B](ab: A => Either[String, B]): ResultDecoder[B]

Attributes

Inherited from:
ResultDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val size: Int