oracle.svcmsg
Interface DataRow
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- SvcMsgDataRow
- public interface DataRow
- extends java.io.Serializable
ROW_OP_UPDATE
public static final int ROW_OP_UPDATE
- See Also:
- Constant Field Values
ROW_OP_INSERT
public static final int ROW_OP_INSERT
- See Also:
- Constant Field Values
ROW_OP_DELETE
public static final int ROW_OP_DELETE
- See Also:
- Constant Field Values
getOperation
public int getOperation()
getAttribute
public java.lang.Object getAttribute(int attrId)
getAttributes
public java.lang.Object[] getAttributes()
setAttribute
public void setAttribute(int attrId,
java.lang.Object value)
Copyright © 1997, 2004, Oracle. All rights reserved.