com.google.api.ads.dfp.axis.v201201
Interface PublisherQueryLanguageServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
PublisherQueryLanguageServiceSoapBindingStub

public interface PublisherQueryLanguageServiceInterface
extends Remote


Method Summary
 ResultSet select(Statement selectStatement)
          Retrieves rows of data that satisfy the given Statement.query from the system.
 

Method Detail

select

ResultSet select(Statement selectStatement)
                 throws RemoteException,
                        ApiException
Retrieves rows of data that satisfy the given Statement.query from the system.

Parameters:
selectStatement - a Publisher Query Language statement used to specify what data needs to returned
Returns:
a result set of data that matches the given filter
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.