be.SIRAPRISE.messages
Class DmlExecutedMessage

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessage
      extended by be.SIRAPRISE.messages.ServerOutputMessage
          extended by be.SIRAPRISE.messages.DmlExecutedMessage

public abstract class DmlExecutedMessage
extends ServerOutputMessage

Author:
Erwin Smout

Method Summary
 AbstractRelation getRelation()
          Gets The relation holding the executed command's return value, or null if the command executed does not return a relation
 
Methods inherited from class be.SIRAPRISE.messages.ServerMessage
getMessageTypeID, readMessage, sendMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRelation

public AbstractRelation getRelation()
Gets The relation holding the executed command's return value, or null if the command executed does not return a relation

Returns:
The relation holding the executed command's return value, or null if the command executed does not return a relation