4.1.2.2.17 RemoteQuery

 procedure RemoteQuery(
   ctx: ConnectionCtx, 
   query: unicodestring): select-return-value

Performs the select statement represented by the string query against the server associated with ctx, using the credentials associated with ctx. Returns the results of the select operation. The return value of this function is the same type as the return value of the select statement performed.