RowEncoder

usql.RowEncoder
See theRowEncoder companion trait
object RowEncoder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RowEncoder.type

Members list

Givens

Givens

given empty: RowEncoder[EmptyTuple]
given forColumnar[T](using c: SqlColumnar[T]): RowEncoder[T]
given forDataType[T](using dt: DataType[T]): RowEncoder[T]
given forTuple[H, T <: Tuple](using headFiller: RowEncoder[H], tailFiller: RowEncoder[T]): RowEncoder[H *: T]