Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.SizeAndDigits
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.SizeAndDigits in com.github.tadukoo.database.mysql.syntax
Modifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.decimal()
Sets the data type toDECIMAL
.ColumnDefinition.DataType.decimal()
Sets the data type toDECIMAL
.ColumnDefinition.ColumnDefinitionBuilder.doubleType()
Sets the data type toDOUBLE
.ColumnDefinition.DataType.doubleType()
Sets the data type toDOUBLE
.ColumnDefinition.ColumnDefinitionBuilder.floatType()
Sets the data type toFLOAT
.ColumnDefinition.DataType.floatType()
Sets the data type toFLOAT
.