Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.FractionalSecondsPrecision
Packages that use ColumnDefinition.FractionalSecondsPrecision
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.FractionalSecondsPrecision in com.github.tadukoo.database.mysql.syntax
Classes in com.github.tadukoo.database.mysql.syntax that implement ColumnDefinition.FractionalSecondsPrecisionMethods in com.github.tadukoo.database.mysql.syntax that return ColumnDefinition.FractionalSecondsPrecisionModifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.datetime()
Sets the data type toDATETIME
.ColumnDefinition.DataType.datetime()
Sets the data type toDATETIME
.ColumnDefinition.ColumnDefinitionBuilder.time()
Sets the data type toTIME
.ColumnDefinition.DataType.time()
Sets the data type toTIME
.ColumnDefinition.ColumnDefinitionBuilder.timestamp()
Sets the data type toTIMESTAMP
.ColumnDefinition.DataType.timestamp()
Sets the data type toTIMESTAMP
.