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