|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.messages.ServerMessageType
be.SIRAPRISE.messages.ServerInputMessageType
be.SIRAPRISE.messages.ExecuteQueryMessageType
public abstract class ExecuteQueryMessageType
The ExecuteQueryMessageType is the message type sent by a client to a server when that client wants to execute some Query on the server
Field Summary | |
---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
Method Summary | |
---|---|
abstract 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.SIRAPRISE.messages.ExecuteDMLMessageTypesV14 |
---|
message |
Field Detail |
---|
public static final int MESSAGETYPEID
MESSAGETYPEID
Method Detail |
---|
public abstract ExecuteQueryMessage message(java.lang.String query, java.util.List<java.lang.String> orderByAttributeNames)
query
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |