be.SIRAPRISE.client
Class DmlCommand

java.lang.Object
  extended by be.SIRAPRISE.client.DmlCommand
Direct Known Subclasses:
DmlAssignmentCommand, DmlNonAssignmentCommand

public abstract class DmlCommand
extends java.lang.Object

DmlCommand objects are the objects that represent dml Commands that can be executed in a transaction, on a connection to a SIRA_PRISE database

Author:
Erwin Smout

Constructor Summary
DmlCommand()
           
 
Method Summary
abstract  java.lang.String getCommand()
          Gets the command text
abstract  ServerCommand getServerCommand()
          Gets the ServerCommand object representing this dml command
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmlCommand

public DmlCommand()
Method Detail

getCommand

public abstract java.lang.String getCommand()
Gets the command text

Returns:
the command text

getServerCommand

public abstract ServerCommand getServerCommand()
Gets the ServerCommand object representing this dml command

Returns:
the ServerCommand object representing this dml command