public interface RightTupleSets
Modifier and Type | Method and Description |
---|---|
boolean |
addDelete(RightTuple rightTuple) |
boolean |
addInsert(RightTuple rightTuple) |
boolean |
addUpdate(RightTuple rightTuple) |
int |
deleteSize() |
RightTuple |
getDeleteFirst() |
RightTuple |
getInsertFirst() |
RightTuple |
getUpdateFirst() |
int |
insertSize() |
boolean |
isEmpty() |
void |
resetAll() |
RightTupleSets |
takeAll() |
String |
toString() |
String |
toStringSizes() |
int |
updateSize() |
RightTuple getInsertFirst()
RightTuple getDeleteFirst()
RightTuple getUpdateFirst()
void resetAll()
int insertSize()
int deleteSize()
int updateSize()
boolean addInsert(RightTuple rightTuple)
boolean addDelete(RightTuple rightTuple)
boolean addUpdate(RightTuple rightTuple)
RightTupleSets takeAll()
String toStringSizes()
boolean isEmpty()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.