Table

ldbc.query.builder.Table
See theTable companion trait
object Table

Attributes

Companion
trait
Source
Table.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Type members

Types

type Extract[T] = T match { case MySQLTable[t] => t *: EmptyTuple case MySQLTable[t] *: EmptyTuple => t *: EmptyTuple case MySQLTable[t] *: ts => t *: Extract[ts] }

Attributes

Source
Table.scala

Value members

Concrete methods

def apply[P <: Product](using t: Table[P]): Table[P]

Attributes

Source
Table.scala
def apply[P <: Product](name: String)(using t: Table[P]): Table[P]

Attributes

Source
Table.scala
inline def derived[P <: Product](using m: ProductOf[P], naming: Naming): Table[P]

Attributes

Source
Table.scala