@Generated(value="software.amazon.awssdk:codegen") public final class SelectColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelectColumn.Builder,SelectColumn>
Details of the column that is returned by the query.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SelectColumn.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
aliased()
True, if the column name was aliased by the query.
|
static SelectColumn.Builder |
builder() |
String |
databaseName()
Database that has this column.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the column.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SelectColumn.Builder> |
serializableBuilderClass() |
String |
tableName()
Table within the database that has this column.
|
SelectColumn.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
Returns the value of the Type property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Name of the column.
public final Type type()
public final String databaseName()
Database that has this column.
public final String tableName()
Table within the database that has this column.
public final Boolean aliased()
True, if the column name was aliased by the query. False otherwise.
public SelectColumn.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SelectColumn.Builder,SelectColumn>public static SelectColumn.Builder builder()
public static Class<? extends SelectColumn.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.