Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultLengthLong
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.AllowDefaultLengthLong in com.github.tadukoo.database.mysql.syntax
Modifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.blob()
Sets the data type toBLOB
.ColumnDefinition.DataType.blob()
Sets the data type toBLOB
.ColumnDefinition.ColumnDefinitionBuilder.text()
Sets the data type toTEXT
.ColumnDefinition.DataType.text()
Sets the data type toTEXT
.