|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.ServerCommand
be.SIRAPRISE.client.ServerNonAssignmentCommand
be.SIRAPRISE.client.ServerInquireCommand
public final class ServerInquireCommand
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE. A subclass exists for each particular type.
Method Summary | |
---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters |
java.lang.String |
getExpressionText()
Gets The target relvar Name |
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command |
java.util.List<java.lang.String> |
getOrderByAttributeNames()
Gets The ordering spec for the inquire command. |
Methods inherited from class be.SIRAPRISE.client.ServerCommand |
---|
getCommandObjectFor, getCommandObjectFrom, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCommandParametersText()
ServerCommand
getCommandParametersText
in class ServerCommand
public final java.lang.String getExpressionText()
public java.lang.String getFullCommandText()
ServerCommand
getFullCommandText
in class ServerCommand
public java.util.List<java.lang.String> getOrderByAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |