Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultLength
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.AllowDefaultLength in com.github.tadukoo.database.mysql.syntax
Modifier and TypeInterfaceDescriptionstatic interface
The Length part of building aColumnDefinition
, allowing using a default length and using a longModifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.binary()
Sets the data type toBINARY
.ColumnDefinition.DataType.binary()
Sets the data type toBINARY
.ColumnDefinition.ColumnDefinitionBuilder.bit()
Sets the data type toBIT
.ColumnDefinition.DataType.bit()
Sets the data type toBIT
.ColumnDefinition.ColumnDefinitionBuilder.character()
Sets the data type toCHAR
.ColumnDefinition.DataType.character()
Sets the data type toCHAR
.