Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultLength
Packages that use ColumnDefinition.AllowDefaultLength
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.AllowDefaultLength in com.github.tadukoo.database.mysql.syntax
Subinterfaces of ColumnDefinition.AllowDefaultLength in com.github.tadukoo.database.mysql.syntaxModifier and TypeInterfaceDescriptionstatic interfaceThe Length part of building aColumnDefinition, allowing using a default length and using a longClasses in com.github.tadukoo.database.mysql.syntax that implement ColumnDefinition.AllowDefaultLengthMethods in com.github.tadukoo.database.mysql.syntax that return ColumnDefinition.AllowDefaultLengthModifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.binary()Sets the data type toBINARY.ColumnDefinition.DataType.binary()Sets the data type toBINARY.ColumnDefinition.ColumnDefinitionBuilder.bit()Sets the data type toBIT.ColumnDefinition.DataType.bit()Sets the data type toBIT.ColumnDefinition.ColumnDefinitionBuilder.character()Sets the data type toCHAR.ColumnDefinition.DataType.character()Sets the data type toCHAR.