ldbc.schema.Table
See theTable companion object
trait Table[T](val $name: String) extends AbstractTable[T]
Attributes
- Companion
- object
- Source
- Table.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Methods for setting key information for tables.
SQL statement string
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- Table.scala
Inherited and Abstract methods
All columns that the table has.
Concrete fields
The name of the table.
Exports
Defined exports
Exported from statement
Attributes
- Source
- Table.scala
Exported from statement
Attributes
- Source
- Table.scala
In this article