Constructor and Description |
---|
ColumnDefinition(String columnName,
int dataType,
String dataTypeName,
OptionalInt columnSize,
Optional<Boolean> isNullable) |
Modifier and Type | Method and Description |
---|---|
OptionalInt |
getColumnSize() |
int |
getDataType() |
String |
getDataTypeName() |
String |
getName() |
String |
getSqlNullability() |
String |
getSqlType() |
Optional<Boolean> |
isNullable() |
String |
toString() |
public ColumnDefinition(String columnName, int dataType, @NotNull String dataTypeName, @NotNull OptionalInt columnSize, @NotNull Optional<Boolean> isNullable)
public String getDataTypeName()
public OptionalInt getColumnSize()
public int getDataType()
@NotNull public String getSqlType()
public String getName()
public String getSqlNullability()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.