Field

usql.dao.Field
See theField companion object
sealed trait Field[T]

A Field of a case class.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Column[T]
class Group[T]

Members list

Value members

Abstract methods

def columns: Seq[SqlColumn[_]]

Columns represented by this field.

Columns represented by this field.

Attributes

Decoder for this field.

Decoder for this field.

Attributes

def fieldName: String

Name of the field (case class member)

Name of the field (case class member)

Attributes

def filler: RowEncoder[T]

Filler for this field.

Filler for this field.

Attributes