|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to marshal row content between client and middle tier.
| Field Summary | |
static int |
ROW_OP_DELETEROW_OP_... constants denote the operation to be performed on the row. |
static int |
ROW_OP_INSERTROW_OP_... constants denote the operation to be performed on the row. |
static int |
ROW_OP_UPDATEROW_OP_... constants denote the operation to be performed on the row. |
| Method Summary | |
java.lang.Object |
getAttribute(int attrIndex)Returns the attribute value. |
java.lang.Object[] |
getAttributes()Returns all attribute values. |
int |
getOperation()Returns the row operation. |
void |
setAttribute(int attrIndex, java.lang.Object value)Sets the attribute value. |
| Field Detail |
public static final int ROW_OP_UPDATE
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that the row is to be updated with the data values contains in this data row.
public static final int ROW_OP_INSERT
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that a new row is to be created and inserted with the data values contains in this data row.
public static final int ROW_OP_DELETE
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that the row is to be deleted.
| Method Detail |
public int getOperation()
ROW_OP_... constants or further extended operation id.public java.lang.Object getAttribute(int attrIndex)
attrIndex - attribute index.public java.lang.Object[] getAttributes()
public void setAttribute(int attrIndex,
java.lang.Object value)
attrIndex - attribute index.value - the new attribute value.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||