public static interface SelectColumn.Builder extends SdkPojo, CopyableBuilder<SelectColumn.Builder,SelectColumn>
| Modifier and Type | Method and Description |
|---|---|
SelectColumn.Builder |
aliased(Boolean aliased)
True, if the column name was aliased by the query.
|
SelectColumn.Builder |
databaseName(String databaseName)
Database that has this column.
|
SelectColumn.Builder |
name(String name)
Name of the column.
|
SelectColumn.Builder |
tableName(String tableName)
Table within the database that has this column.
|
default SelectColumn.Builder |
type(Consumer<Type.Builder> type)
Sets the value of the Type property for this object.
|
SelectColumn.Builder |
type(Type type)
Sets the value of the Type property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectColumn.Builder name(String name)
Name of the column.
name - Name of the column.SelectColumn.Builder type(Type type)
type - The new value for the Type property for this object.default SelectColumn.Builder type(Consumer<Type.Builder> type)
Type.Builder avoiding the need to create
one manually via Type.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to type(Type).
type - a consumer that will call methods on Type.Buildertype(Type)SelectColumn.Builder databaseName(String databaseName)
Database that has this column.
databaseName - Database that has this column.SelectColumn.Builder tableName(String tableName)
Table within the database that has this column.
tableName - Table within the database that has this column.SelectColumn.Builder aliased(Boolean aliased)
True, if the column name was aliased by the query. False otherwise.
aliased - True, if the column name was aliased by the query. False otherwise.Copyright © 2023. All rights reserved.