Interface ColumnDefinition.AllowDefaultLengthLong
- All Superinterfaces:
ColumnDefinition.AllowDefaultLength
,ColumnDefinition.Length
- All Known Implementing Classes:
ColumnDefinition.ColumnDefinitionBuilder
- Enclosing class:
- ColumnDefinition
public static interface ColumnDefinition.AllowDefaultLengthLong
extends ColumnDefinition.AllowDefaultLength
The Length part of building a
ColumnDefinition
, allowing using a default length and using a long-
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.AllowDefaultLength
defaultLength
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Length
length
-
Method Details
-
length
- Parameters:
length
- The length to use for the column- Returns:
- this, to continue building
-