Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.FractionalSecondsPrecision
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.FractionalSecondsPrecision in com.github.tadukoo.database.mysql.syntax
Modifier 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
.