Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Values
Packages that use ColumnDefinition.Values
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.Values in com.github.tadukoo.database.mysql.syntax
Classes in com.github.tadukoo.database.mysql.syntax that implement ColumnDefinition.ValuesMethods in com.github.tadukoo.database.mysql.syntax that return ColumnDefinition.ValuesModifier 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.