Uses of Class
com.google.api.ads.dfp.axis.v201201.ResultSet

Packages that use ResultSet
com.google.api.ads.dfp.axis.utils.v201201   
com.google.api.ads.dfp.axis.v201201   
 

Uses of ResultSet in com.google.api.ads.dfp.axis.utils.v201201
 

Methods in com.google.api.ads.dfp.axis.utils.v201201 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.v201201
 

Methods in com.google.api.ads.dfp.axis.v201201 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.
 



Copyright © 2012. All Rights Reserved.