scalaql.sources.columnar

Type members

Classlikes

sealed trait CodecPath
Companion:
object
object CodecPath
Companion:
class
class GenericTableApi[Cell](rows: ListBuffer[GenericTableRow[Cell]]) extends TableApi[Cell, Cell, GenericTableRow[Cell], GenericTableRow[Cell]]
Companion:
object
Companion:
class
class GenericTableRow[Cell](cells: ListBuffer[(String, Cell)]) extends TableRowApi[Cell, Cell]
trait TableApi[Cell, CellValue, Row <: TableRowApi[Cell, CellValue], RowValue]
trait TableApiContext[Self <: TableApiContext[Self]]
trait TableApiWriteContext[Self <: TableApiWriteContext[Self]] extends TableApiContext[Self]
trait TableRowApi[Cell, CellValue]