Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultSize
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.AllowDefaultSize in com.github.tadukoo.database.mysql.syntax
Modifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.bigint()
Sets the data type toBIGINT
.ColumnDefinition.DataType.bigint()
Sets the data type toBIGINT
.ColumnDefinition.ColumnDefinitionBuilder.integer()
Sets the data type toINTEGER
.ColumnDefinition.DataType.integer()
Sets the data type toINTEGER
.ColumnDefinition.ColumnDefinitionBuilder.mediumint()
Sets the data type toMEDIUMINT
.ColumnDefinition.DataType.mediumint()
Sets the data type toMEDIUMINT
.ColumnDefinition.ColumnDefinitionBuilder.smallint()
Sets the data type toSMALLINT
.ColumnDefinition.DataType.smallint()
Sets the data type toSMALLINT
.ColumnDefinition.ColumnDefinitionBuilder.tinyint()
Sets the data type toTINYINT
.ColumnDefinition.DataType.tinyint()
Sets the data type toTINYINT
.