| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.clone() |
Type |
ParameterMapping.getType() |
Type |
ColumnInfo.getType()
The data type of the result set column.
|
Type |
SelectColumn.getType() |
Type |
Type.withArrayColumnInfo(ColumnInfo arrayColumnInfo)
Indicates if the column is an array.
|
Type |
Type.withRowColumnInfo(Collection<ColumnInfo> rowColumnInfo)
Indicates if the column is a row.
|
Type |
Type.withRowColumnInfo(ColumnInfo... rowColumnInfo)
Indicates if the column is a row.
|
Type |
Type.withScalarType(ScalarType scalarType)
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
|
Type |
Type.withScalarType(String scalarType)
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
|
Type |
Type.withTimeSeriesMeasureValueColumnInfo(ColumnInfo timeSeriesMeasureValueColumnInfo)
Indicates if the column is a timeseries data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterMapping.setType(Type type) |
void |
ColumnInfo.setType(Type type)
The data type of the result set column.
|
void |
SelectColumn.setType(Type type) |
ParameterMapping |
ParameterMapping.withType(Type type) |
ColumnInfo |
ColumnInfo.withType(Type type)
The data type of the result set column.
|
SelectColumn |
SelectColumn.withType(Type type) |
Copyright © 2025. All rights reserved.