Table

dataprism.sql.Table
case class Table[Codec[_], A[_[_]]](tableName: String, columns: A[[X] =>> Column[Codec, X]])(using FA: ApplyKC[A], FT: TraverseKC[A])

Attributes

Source
Table.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
Table.scala
def types: A[[X] =>> SelectedType[Codec, X]]

Attributes

Source
Table.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Givens

Givens

given FA: ApplyKC[A]

Attributes

Source
Table.scala
given FT: TraverseKC[A]

Attributes

Source
Table.scala