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

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