Column

usql.dao.Field.Column
case class Column[T](fieldName: String, column: SqlColumn[T]) extends Field[T]

A Field which maps to a column

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Field[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def columns: Seq[SqlColumn[_]]

Columns represented by this field.

Columns represented by this field.

Attributes

Definition Classes
override def decoder: RowDecoder[T]

Decoder for this field.

Decoder for this field.

Attributes

Definition Classes
override def filler: RowEncoder[T]

Filler for this field.

Filler for this field.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product