oxygen.sql.schema.ResultDecoder.SingleDecoder
 See theSingleDecoder companion object
  final case class SingleDecoder[A] extends ResultDecoder[A]
 
Attributes
- Companion
 - object
 - 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