ldbc.codegen.model
package ldbc.codegen.model
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ColumnDefinition
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ColumnDefinition.type
Model for storing commented out strings in SQL files.
Model for storing commented out strings in SQL files.
Value parameters
- message
-
Commented out string
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A model for storing the values of comment attributes to be set on columns and tables.
A model for storing the values of comment attributes to be set on columns and tables.
Value parameters
- message
-
Comments to be set on columns and tables
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait DataType
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BINARYclass BITclass BLOBclass BOOLEANclass DATEclass DATETIMEclass DECIMALclass ENUMclass FLOATclass LONGBLOBclass LONGTEXTclass MEDIUMBLOBclass MEDIUMTEXTtrait NumberDataTypeclass BIGINTclass INTclass MEDIUMINTclass SMALLINTclass TINYINTclass SERIALtrait StringDataTypeclass CHARclass VARCHARclass TEXTclass TIMEclass TIMESTAMPclass TINYBLOBclass TINYTEXTclass VARBINARYclass YEARShow all
object DataType
object Database
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Database.type
trait Key
object Key
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
case Enum
A model to hold the results of parsing the SET syntax for variable assignments.
A model to hold the results of parsing the SET syntax for variable assignments.
Value parameters
- expr
-
Variable value
- variable
-
Definition Variable Name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article