Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Column |
build() |
Column.Builder |
copy(Column model) |
Column.Builder |
defaultValue(String defaultValue)
The column default value.
|
Column.Builder |
isAsUuid(Boolean isAsUuid)
True if the STRING column was declared AS UUID.
|
Column.Builder |
isGenerated(Boolean isGenerated)
True if the STRING AS UUID column is also GENERATED BY DEFAULT.
|
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.Builder isAsUuid(Boolean isAsUuid)
True if the STRING column was declared AS UUID.
isAsUuid
- the value to setpublic Column.Builder isGenerated(Boolean isGenerated)
True if the STRING AS UUID column is also GENERATED BY DEFAULT.
isGenerated
- the value to setpublic Column build()
public Column.Builder copy(Column model)
Copyright © 2016–2024. All rights reserved.