public static interface ColumnDefinition.Builder extends SdkPojo, CopyableBuilder<ColumnDefinition.Builder,ColumnDefinition>
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition.Builder |
columnDescription(String columnDescription)
Description for a column.
|
ColumnDefinition.Builder |
columnName(String columnName)
Name for a column.
|
ColumnDefinition.Builder |
dataType(ColumnDataType dataType)
Data type of a column.
|
ColumnDefinition.Builder |
dataType(String dataType)
Data type of a column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnDefinition.Builder dataType(String dataType)
Data type of a column.
STRING - A String data type.
CHAR - A char data type.
INTEGER - An integer data type.
TINYINT - A tinyint data type.
SMALLINT - A smallint data type.
BIGINT - A bigint data type.
FLOAT - A float data type.
DOUBLE - A double data type.
DATE - A date data type.
DATETIME - A datetime data type.
BOOLEAN - A boolean data type.
BINARY - A binary data type.
dataType - Data type of a column.
STRING - A String data type.
CHAR - A char data type.
INTEGER - An integer data type.
TINYINT - A tinyint data type.
SMALLINT - A smallint data type.
BIGINT - A bigint data type.
FLOAT - A float data type.
DOUBLE - A double data type.
DATE - A date data type.
DATETIME - A datetime data type.
BOOLEAN - A boolean data type.
BINARY - A binary data type.
ColumnDataType,
ColumnDataTypeColumnDefinition.Builder dataType(ColumnDataType dataType)
Data type of a column.
STRING - A String data type.
CHAR - A char data type.
INTEGER - An integer data type.
TINYINT - A tinyint data type.
SMALLINT - A smallint data type.
BIGINT - A bigint data type.
FLOAT - A float data type.
DOUBLE - A double data type.
DATE - A date data type.
DATETIME - A datetime data type.
BOOLEAN - A boolean data type.
BINARY - A binary data type.
dataType - Data type of a column.
STRING - A String data type.
CHAR - A char data type.
INTEGER - An integer data type.
TINYINT - A tinyint data type.
SMALLINT - A smallint data type.
BIGINT - A bigint data type.
FLOAT - A float data type.
DOUBLE - A double data type.
DATE - A date data type.
DATETIME - A datetime data type.
BOOLEAN - A boolean data type.
BINARY - A binary data type.
ColumnDataType,
ColumnDataTypeColumnDefinition.Builder columnName(String columnName)
Name for a column.
columnName - Name for a column.ColumnDefinition.Builder columnDescription(String columnDescription)
Description for a column.
columnDescription - Description for a column.Copyright © 2021. All rights reserved.