Column

dataprism.sql.Column
case class Column[Codec[_], A](nameStr: String, tpe: SelectedType[Codec, A])

Attributes

Source
Column.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def name: SqlStr[Codec]

Attributes

Source
Column.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product