|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.triactive.jdo.store.request.Request
com.triactive.jdo.store.request.RequestUsingFields
com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest
A request that deletes corresponding rows from a subtable based on matching
rows from a supertable where a specified column equals a specified value.
Used to remove subtable rows preceding a DeleteWhereEqualRequest on
a supertable.
| Nested Class Summary | |
static class |
DeleteWhereSuperEqualRequest.Id
|
| Nested classes inherited from class com.triactive.jdo.store.request.Request |
Request.IdTbl, Request.IdTblFld, Request.IdTblFlds, Request.IdTblTblFld |
| Field Summary | |
protected ColumnMapping[] |
colFieldMappings
The ColumnMappings used by fields involved in this request, indexed by absolute field number. |
protected int[] |
colFields
The fields involved in this request that use ColumnMappings. |
protected ComplexMapping[] |
cpxFieldMappings
The ComplexMappings used by fields involved in this request, indexed by absolute field number. |
protected int[] |
cpxFields
The fields involved in this request that use ComplexMappings. |
| Fields inherited from class com.triactive.jdo.store.request.Request |
dba, idMapping, table |
| Method Summary | |
void |
execute(java.util.Collection sms,
java.lang.Object fieldValue)
Executes the request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final int[] colFields
protected final int[] cpxFields
protected final ColumnMapping[] colFieldMappings
RequestUsingFields.colFields is null.
protected final ComplexMapping[] cpxFieldMappings
RequestUsingFields.cpxFields is null.
| Method Detail |
public void execute(java.util.Collection sms,
java.lang.Object fieldValue)
sms - The StateManagers of all the objects being deleted.fieldValue - The value to compare against the designated supertable field.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||