ResultRowDecoder

usql.ResultRowDecoder
See theResultRowDecoder companion object
trait ResultRowDecoder[T]

Decoder for singles rows in a ResultSet

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def cardinality: Int

The number of elements consumed by the decoder.

The number of elements consumed by the decoder.

Attributes

def parseRow(offset: Int, row: ResultSet): T

Parse a single row.

Parse a single row.

Attributes

Concrete methods

def map[U](f: T => U): ResultRowDecoder[U]
def parseRow(row: ResultSet): T

Parse at offset 0

Parse at offset 0

Attributes