| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201208 | |
| com.google.api.ads.dfp.axis.v201208 |
| Modifier and Type | Method and Description |
|---|---|
static 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
CSVWriter. |
| 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 © 2013. All Rights Reserved.