|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.client.DmlCommand
be.SIRAPRISE.client.DmlAssignmentCommand
be.SIRAPRISE.client.DmlSingleAssignmentCommand
public abstract class DmlSingleAssignmentCommand
| Constructor Summary | |
|---|---|
DmlSingleAssignmentCommand(java.lang.String relvarName,
java.lang.Object o)
Creates the command object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRelationText()
Gets the relation text denoting the singleton relation holding the tuple holding the values drawn from object o for the named relvar |
java.lang.String |
getRelvarName()
Gets The name of the relvar to which the update is targeted |
| Methods inherited from class be.SIRAPRISE.client.DmlAssignmentCommand |
|---|
getServerAssignmentCommand |
| Methods inherited from class be.SIRAPRISE.client.DmlCommand |
|---|
getCommand, getServerCommand |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DmlSingleAssignmentCommand(java.lang.String relvarName,
java.lang.Object o)
relvarName - The name of the relvar in which a tuple for the object is to be addedo - The object for which an update operation (add/assert/delete/unassert/update) is to be performed in the named relvar
java.lang.IllegalArgumentException - If relvarName or o are null, or if relvarName is the zero-length string.| Method Detail |
|---|
public final java.lang.String getRelationText()
public final java.lang.String getRelvarName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||