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