| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201306 | |
| com.google.api.ads.dfp.axis.v201306 |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
Pql.getRowStringValues(Row row)
Gets the values in a row of the result set in the form of a string
array.
|
static Object[] |
Pql.getRowValues(Row row)
Gets the values in a row of the result set in the form of an object
array.
|
| Modifier and Type | Method and Description |
|---|---|
Row[] |
ResultSet.getRows()
Gets the rows value for this ResultSet.
|
Row |
ResultSet.getRows(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.setRows(int i,
Row _value) |
void |
ResultSet.setRows(Row[] rows)
Sets the rows value for this ResultSet.
|
| Constructor and Description |
|---|
ResultSet(ColumnType[] columnTypes,
Row[] rows) |
Copyright © 2013. All Rights Reserved.