StructuredPojo
, ToCopyableBuilder<ColumnInfo.Builder,ColumnInfo>
@Generated("software.amazon.awssdk:codegen") public class ColumnInfo extends Object implements StructuredPojo, ToCopyableBuilder<ColumnInfo.Builder,ColumnInfo>
Information about the columns in a query execution result.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ColumnInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ColumnInfo.Builder |
builder() |
|
Boolean |
caseSensitive() |
Indicates whether values in the column are case-sensitive.
|
String |
catalogName() |
The catalog to which the query results belong.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
label() |
A column label.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the column.
|
String |
nullable() |
Indicates the column's nullable status.
|
Integer |
precision() |
For
DECIMAL data types, specifies the total number of digits, up to 38. |
Integer |
scale() |
For
DECIMAL data types, specifies the total number of digits in the fractional part of the value. |
String |
schemaName() |
The schema name (database name) to which the query results belong.
|
static Class<? extends ColumnInfo.Builder> |
serializableBuilderClass() |
|
String |
tableName() |
The table name for the query results.
|
ColumnInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The data type of the column.
|
public String catalogName()
The catalog to which the query results belong.
public String schemaName()
The schema name (database name) to which the query results belong.
public String tableName()
The table name for the query results.
public String name()
The name of the column.
public String label()
A column label.
public String type()
The data type of the column.
public Integer precision()
For DECIMAL
data types, specifies the total number of digits, up to 38. For performance reasons, we
recommend up to 18 digits.
DECIMAL
data types, specifies the total number of digits, up to 38. For performance
reasons, we recommend up to 18 digits.public Integer scale()
For DECIMAL
data types, specifies the total number of digits in the fractional part of the value.
Defaults to 0.
DECIMAL
data types, specifies the total number of digits in the fractional part of the
value. Defaults to 0.public String nullable()
Indicates the column's nullable status.
ColumnNullable
public Boolean caseSensitive()
Indicates whether values in the column are case-sensitive.
public ColumnInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ColumnInfo.Builder,ColumnInfo>
public static ColumnInfo.Builder builder()
public static Class<? extends ColumnInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.