ldbc.query.builder
package ldbc.query.builder
Members list
Packages
package ldbc.query.builder.formatter
package ldbc.query.builder.interpreter
package ldbc.query.builder.statement
package ldbc.query.builder.syntax
Type members
Classlikes
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 Objecttrait Matchableclass Any
object Column
Attributes
- Companion
- trait
- Source
- Column.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Column.type
Attributes
- Source
- Table.scala
- Supertypes
-
class Objecttrait Matchableclass 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
object Table
Attributes
- Companion
- trait
- Source
- Table.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Table.type
object TableOpt
Attributes
- Source
- Table.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TableOpt.type
In this article