be.SIRAPRISE.client
Class ServerInquireCommand

java.lang.Object
  extended by be.SIRAPRISE.client.ServerCommand
      extended by be.SIRAPRISE.client.ServerNonAssignmentCommand
          extended by be.SIRAPRISE.client.ServerInquireCommand

public final class ServerInquireCommand
extends ServerNonAssignmentCommand

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.

Author:
Erwin

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

getCommandParametersText

public java.lang.String getCommandParametersText()
Description copied from class: ServerCommand
Gets the full textual representation of the command's parameters

Specified by:
getCommandParametersText in class ServerCommand
Returns:
the full textual representation of the command's parameters

getExpressionText

public final java.lang.String getExpressionText()
Gets The target relvar Name

Returns:
The target relvar Name

getFullCommandText

public java.lang.String getFullCommandText()
Description copied from class: ServerCommand
Gets the full textual representation of the command

Specified by:
getFullCommandText in class ServerCommand
Returns:
the full textual representation of the command

getOrderByAttributeNames

public java.util.List<java.lang.String> getOrderByAttributeNames()
Gets The ordering spec for the inquire command.

Returns:
The ordering spec for the inquire command.