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