| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
SelectColumn |
SelectColumn.clone() |
SelectColumn |
SelectColumn.withAliased(Boolean aliased)
True, if the column name was aliased by the query.
|
SelectColumn |
SelectColumn.withDatabaseName(String databaseName)
Database that has this column.
|
SelectColumn |
SelectColumn.withName(String name)
Name of the column.
|
SelectColumn |
SelectColumn.withTableName(String tableName)
Table within the database that has this column.
|
SelectColumn |
SelectColumn.withType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectColumn> |
PrepareQueryResult.getColumns()
A list of SELECT clause columns of the submitted query string.
|
| Modifier and Type | Method and Description |
|---|---|
PrepareQueryResult |
PrepareQueryResult.withColumns(SelectColumn... columns)
A list of SELECT clause columns of the submitted query string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareQueryResult.setColumns(Collection<SelectColumn> columns)
A list of SELECT clause columns of the submitted query string.
|
PrepareQueryResult |
PrepareQueryResult.withColumns(Collection<SelectColumn> columns)
A list of SELECT clause columns of the submitted query string.
|
Copyright © 2025. All rights reserved.