public final class ServerInquireCommand extends ServerNonAssignmentCommand
Constructor and Description |
---|
ServerInquireCommand(java.lang.String expressionText)
Creates the ServerInquireCommand, setting the expression to be inquired, with no requested ordering
|
ServerInquireCommand(java.lang.String expressionText,
java.util.List<java.lang.String> orderByAttributeNames)
Creates the ServerInquireCommand, setting the expression to be inquired, plus the given requested ordering
|
Modifier and Type | Method and Description |
---|---|
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.
|
getCommandObjectFor, getCommandObjectFrom, toString
public ServerInquireCommand(java.lang.String expressionText)
expressionText
- The target relvar Namepublic ServerInquireCommand(java.lang.String expressionText, java.util.List<java.lang.String> orderByAttributeNames)
expressionText
- The target relvar NameorderByAttributeNames
- The ordering spec for the inquire command.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()