2.2.3.3 rdsQueryRequest Message

The rdsQueryRequest message is sent to request the execution of a simple parameterless SQL query.

The syntax of rdsQueryRequest is defined as follows.

 rdsQueryRequest         = rdsMethodInfoQuery
                           rdsClientVersionDataFactory
                           rdsHeadersQueryReq
                           rdsParametersQueryReq
                           rdsCloseDelimiter
  
 rdsMethodInfoQuery      = rdsMethodInfoDataFactory "Query"
  
 rdsHeadersQueryReq      = rdsHeaderContentType
                           rdsParamCountName
                           rdsParamCountQueryReq
                           CRLF
  
 rdsParamCountQueryReq   = "2"
  
 rdsParametersQueryReq   = rdsParamHeader 
                           rdsSQLCommandString / rdsShapeCommandString
                           rdsConnectionString