Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Values
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.Values in com.github.tadukoo.database.mysql.syntax
Modifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.enumeration()
Sets the data type toENUM
.ColumnDefinition.DataType.enumeration()
Sets the data type toENUM
.ColumnDefinition.ColumnDefinitionBuilder.set()
Sets the data type toSET
.ColumnDefinition.DataType.set()
Sets the data type toSET
.