|
||||||||||
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.InsertRequest
public class InsertRequest
Nested Class Summary | |
---|---|
static class |
InsertRequest.Id
|
Nested classes/interfaces 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(StateManager sm)
|
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
colFields
is null.
protected final ComplexMapping[] cpxFieldMappings
cpxFields
is null.
Method Detail |
---|
public void execute(StateManager sm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |