public final class ExecuteQueryMessageTypeV1_0 extends ExecuteQueryMessageType
This message type has the following fields :
| Zone | Format | Length | Description |
|---|---|---|---|
| QUERY | LSTRING | The textual representation of the relational expression to be queried, as defined by the grammar. | |
| ORDERINGS | INT | 4 | The number of attributes that make up the ordering specification for the result. |
| ATTRIBUTENAME | STRING | Appears as many times as indicated by ORDERINGS. |
MESSAGETYPEID| Modifier and Type | Method and Description |
|---|---|
ExecuteQueryMessage |
message(java.lang.String query,
java.util.List<java.lang.String> orderByAttributeNames)
Factory method for producing a message of this type holding the given Query command
|
public ExecuteQueryMessage message(java.lang.String query, java.util.List<java.lang.String> orderByAttributeNames)
ExecuteQueryMessageTypemessage in class ExecuteQueryMessageTypequery - The SIRA_PRISE Query command to be evaluated by/on the serverorderByAttributeNames - The list of attribute names by which the result is to be ordered. Can be the empty array.