|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.DmlCommand
public abstract class DmlCommand
DmlCommand objects are the objects that represent dml Commands that can be executed in a transaction, on a connection to a SIRA_PRISE database
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 |
---|
public DmlCommand()
Method Detail |
---|
public abstract java.lang.String getCommand()
public abstract ServerCommand getServerCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |