|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultSet | |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201111 | |
| com.google.api.ads.dfp.axis.v201111 | |
| Uses of ResultSet in com.google.api.ads.dfp.axis.utils.v201111 |
|---|
| Methods in com.google.api.ads.dfp.axis.utils.v201111 with parameters of type ResultSet | |
|---|---|
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. |
| Uses of ResultSet in com.google.api.ads.dfp.axis.v201111 |
|---|
| Methods in com.google.api.ads.dfp.axis.v201111 that return ResultSet | |
|---|---|
ResultSet |
PublisherQueryLanguageServiceSoapBindingStub.select(Statement selectStatement)
|
ResultSet |
PublisherQueryLanguageServiceInterface.select(Statement selectStatement)
Retrieves rows of data that satisfy the given Statement.query
from
the system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||