@Generated(value="software.amazon.awssdk:codegen") public final class ResultSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultSet.Builder,ResultSet>
The metadata and rows that comprise a query result set. The metadata describes the column structure and data types.
Modifier and Type | Class and Description |
---|---|
static interface |
ResultSet.Builder |
Modifier and Type | Method and Description |
---|---|
static ResultSet.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResultSetMetadata |
resultSetMetadata()
The metadata that describes the column structure and data types of a table of query results.
|
List<Row> |
rows()
The rows in the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultSet.Builder> |
serializableBuilderClass() |
ResultSet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<Row> rows()
The rows in the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ResultSetMetadata resultSetMetadata()
The metadata that describes the column structure and data types of a table of query results.
public ResultSet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResultSet.Builder,ResultSet>
public static ResultSet.Builder builder()
public static Class<? extends ResultSet.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.