| Methods in be.SIRAPRISE.client.jsba that return DmlDeleteCommand |
DmlDeleteCommand |
AbstractDBObject.dbDeleteCommand()
Gets the command for deleting (in the database the transaction is connected to) the tuple in the relvar named in the @forrelvar annotation of this object's class, for the given object. |
DmlDeleteCommand |
AbstractDBObject.dbDeleteCommand(java.lang.String relvarName)
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object. |
static DmlDeleteCommand |
AbstractDBObject.dbDeleteCommand(java.lang.String relvarName,
DBObject o)
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object. |