@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultSetMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The metadata that describes the column structure and data types of a table of query results.
Constructor and Description |
---|
ResultSetMetadata() |
Modifier and Type | Method and Description |
---|---|
ResultSetMetadata |
clone() |
boolean |
equals(Object obj) |
List<ColumnInfo> |
getColumnInfo()
Information about the columns in a query execution result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns in a query execution result.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResultSetMetadata |
withColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns in a query execution result.
|
ResultSetMetadata |
withColumnInfo(ColumnInfo... columnInfo)
Information about the columns in a query execution result.
|
public List<ColumnInfo> getColumnInfo()
Information about the columns in a query execution result.
public void setColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns in a query execution result.
columnInfo
- Information about the columns in a query execution result.public ResultSetMetadata withColumnInfo(ColumnInfo... columnInfo)
Information about the columns in a query execution result.
NOTE: This method appends the values to the existing list (if any). Use
setColumnInfo(java.util.Collection)
or withColumnInfo(java.util.Collection)
if you want to
override the existing values.
columnInfo
- Information about the columns in a query execution result.public ResultSetMetadata withColumnInfo(Collection<ColumnInfo> columnInfo)
Information about the columns in a query execution result.
columnInfo
- Information about the columns in a query execution result.public String toString()
toString
in class Object
Object.toString()
public ResultSetMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.