| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.utils.v202005 | |
| com.google.api.ads.admanager.axis.v202005 |
| 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 | Method and Description |
|---|---|
ResultSet |
PublisherQueryLanguageServiceSoapBindingStub.select(Statement selectStatement) |
ResultSet |
PublisherQueryLanguageServiceInterface.select(Statement selectStatement)
Retrieves rows of data that satisfy the given
Statement.query
from
the system. |
Copyright © 2021. All rights reserved.