Uses of Interface
com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Length
Packages that use ColumnDefinition.Length
Package
Description
Contains syntax elements to help build SQL statements
-
Uses of ColumnDefinition.Length in com.github.tadukoo.database.mysql.syntax
Subinterfaces of ColumnDefinition.Length in com.github.tadukoo.database.mysql.syntaxModifier and TypeInterfaceDescriptionstatic interface
The Length part of building aColumnDefinition
, allowing using a default lengthstatic interface
The Length part of building aColumnDefinition
, allowing using a default length and using a longClasses in com.github.tadukoo.database.mysql.syntax that implement ColumnDefinition.LengthMethods in com.github.tadukoo.database.mysql.syntax that return ColumnDefinition.LengthModifier and TypeMethodDescriptionColumnDefinition.ColumnDefinitionBuilder.varbinary()
Sets the data type toVARBINARY
.ColumnDefinition.DataType.varbinary()
Sets the data type toVARBINARY
.ColumnDefinition.ColumnDefinitionBuilder.varchar()
Sets the data type toVARCHAR
.ColumnDefinition.DataType.varchar()
Sets the data type toVARCHAR
.