|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Row | |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201206 | |
| com.google.api.ads.dfp.axis.v201206 | |
| Uses of Row in com.google.api.ads.dfp.axis.utils.v201206 |
|---|
| Methods in com.google.api.ads.dfp.axis.utils.v201206 with parameters of type Row | |
|---|---|
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. |
| Uses of Row in com.google.api.ads.dfp.axis.v201206 |
|---|
| Methods in com.google.api.ads.dfp.axis.v201206 that return Row | |
|---|---|
Row[] |
ResultSet.getRows()
Gets the rows value for this ResultSet. |
Row |
ResultSet.getRows(int i)
|
| Methods in com.google.api.ads.dfp.axis.v201206 with parameters of type Row | |
|---|---|
void |
ResultSet.setRows(int i,
Row _value)
|
void |
ResultSet.setRows(Row[] rows)
Sets the rows value for this ResultSet. |
| Constructors in com.google.api.ads.dfp.axis.v201206 with parameters of type Row | |
|---|---|
ResultSet(ColumnType[] columnTypes,
Row[] rows)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||