MySQLTable

ldbc.query.builder.MySQLTable
sealed trait MySQLTable[P <: Product]

Attributes

Source
Table.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Table[P]

Members list

Type members

Types

type ElemTypes <: Tuple

Type of scala types.

Type of scala types.

Attributes

Source
Table.scala

Value members

Abstract methods

def *: Map[ElemTypes, Column]

A method to get all columns defined in the table.

A method to get all columns defined in the table.

Attributes

Source
Table.scala