|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.ResultSet
public class ResultSet
The ResultSet represents a table of data obtained from
the execution of a PQL Statement.
| Constructor Summary | |
|---|---|
ResultSet()
|
|
ResultSet(ColumnType[] columnTypes,
Row[] rows)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ColumnType[] |
getColumnTypes()
Gets the columnTypes value for this ResultSet. |
ColumnType |
getColumnTypes(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Row[] |
getRows()
Gets the rows value for this ResultSet. |
Row |
getRows(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setColumnTypes(ColumnType[] columnTypes)
Sets the columnTypes value for this ResultSet. |
void |
setColumnTypes(int i,
ColumnType _value)
|
void |
setRows(int i,
Row _value)
|
void |
setRows(Row[] rows)
Sets the rows value for this ResultSet. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSet()
public ResultSet(ColumnType[] columnTypes,
Row[] rows)
| Method Detail |
|---|
public ColumnType[] getColumnTypes()
ColumnType objects.public void setColumnTypes(ColumnType[] columnTypes)
columnTypes - * A collection of ColumnType objects.public ColumnType getColumnTypes(int i)
public void setColumnTypes(int i,
ColumnType _value)
public Row[] getRows()
Row objects.public void setRows(Row[] rows)
rows - * A collection of Row objects.public Row getRows(int i)
public void setRows(int i,
Row _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||