Table

object Table
Companion:
class
Source:
SqlMapping.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Table.type

Type members

Classlikes

case object EmptyTable extends Table

Specialized representation of an empty table

Specialized representation of an empty table

Source:
SqlMapping.scala
case class MultiRowTable(rows: Vector[Array[Any]]) extends Table
case class OneRowTable(row: Array[Any]) extends Table

Specialized representation of a table with exactly one row

Specialized representation of a table with exactly one row

Source:
SqlMapping.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(rows: Vector[Array[Any]]): Table