Interface ColumnDefinition.AllowDefaultLength
- All Superinterfaces:
ColumnDefinition.Length
- All Known Subinterfaces:
ColumnDefinition.AllowDefaultLengthLong
- All Known Implementing Classes:
ColumnDefinition.ColumnDefinitionBuilder
- Enclosing class:
- ColumnDefinition
The Length part of building a
ColumnDefinition
, allowing using a default length-
Method Summary
Modifier and TypeMethodDescriptionSets length to the default for the data typeMethods inherited from interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Length
length
-
Method Details
-
defaultLength
ColumnDefinition.NormalEnding defaultLength()Sets length to the default for the data type- Returns:
- this, to continue building
-