Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Column |
build() |
Column.Builder |
copy(Column o) |
Column.Builder |
defaultValue(String defaultValue)
The column default value.
|
Column.Builder |
isNullable(Boolean isNullable)
The column nullable flag.
|
Column.Builder |
name(String name)
The column name.
|
Column.Builder |
type(String type)
The column type.
|
public Column.Builder name(String name)
The column name.
name
- the value to setpublic Column.Builder type(String type)
The column type.
type
- the value to setpublic Column.Builder isNullable(Boolean isNullable)
The column nullable flag.
isNullable
- the value to setpublic Column.Builder defaultValue(String defaultValue)
The column default value.
defaultValue
- the value to setpublic Column build()
public Column.Builder copy(Column o)
Copyright © 2016–2022. All rights reserved.