public interface PublisherQueryLanguageServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
select(Statement selectStatement)
Retrieves rows of data that satisfy the given
Statement.query
from
the system. |
ResultSet select(Statement selectStatement) throws RemoteException, ApiException
Statement.query
from
the system.selectStatement - a Publisher Query Language statement used to
specify what data needs to returnedRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.