| Package | Description |
|---|---|
| com.google.api.ads.dfp.jaxws.utils.v201708 | |
| com.google.api.ads.dfp.jaxws.v201708 |
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
Pql.combineResultSets(ResultSet first,
ResultSet second)
Combines the first and second result sets, if and only if, the columns
of both result sets match.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
Pql.combineResultSets(ResultSet first,
ResultSet second)
Combines the first and second result sets, if and only if, the columns
of both result sets match.
|
static List<String> |
Pql.getColumnLabels(ResultSet resultSet)
Gets the column labels for the result set.
|
static String |
Pql.resultSetToString(ResultSet resultSet)
Gets the result set as a table representation in the form of:
|
static List<String[]> |
Pql.resultSetToStringArrayList(ResultSet resultSet)
Gets the result set as list of string arrays, which can be transformed to
a CSV using
CsvFiles such as |
| Modifier and Type | Field and Description |
|---|---|
protected ResultSet |
PublisherQueryLanguageServiceInterfaceselectResponse.rval |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ObjectFactory.createResultSet()
Create an instance of
ResultSet |
ResultSet |
PublisherQueryLanguageServiceInterfaceselectResponse.getRval()
Gets the value of the rval property.
|
ResultSet |
PublisherQueryLanguageServiceInterface.select(Statement selectStatement)
Retrieves rows of data that satisfy the given
Statement.query from
the system. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherQueryLanguageServiceInterfaceselectResponse.setRval(ResultSet value)
Sets the value of the rval property.
|
Copyright © 2018. All Rights Reserved.