ldbc.query.builder

Members list

Type members

Classlikes

trait Column[T]

Trait for representing SQL Column

Trait for representing SQL Column

Type parameters

T

Scala types that match SQL DataType

Attributes

Companion
object
Source
Column.scala
Supertypes
class Object
trait Matchable
class Any
object Column

Attributes

Companion
trait
Source
Column.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Column.type
sealed trait MySQLTable[P <: Product]

Attributes

Source
Table.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Table[P]
trait Table[P <: Product] extends MySQLTable[P], Dynamic

Trait for generating SQL table information.

Trait for generating SQL table information.

Type parameters

P

A class that implements a Product that is one-to-one with the table definition.

Attributes

Companion
object
Source
Table.scala
Supertypes
trait Dynamic
trait MySQLTable[P]
class Object
trait Matchable
class Any
object Table

Attributes

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

Attributes

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