Home
last modified time | relevance | path

Searched refs:_must (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java529 …private void testCursorMove(Object res, Method _method, RowSetEventListener _evt, boolean _must[],… in testCursorMove() argument
538 …(!_must[RowSetEventListener.APPROVE_CURSOR_MOVE] || calling[RowSetEventListener.APPROVE_CURSOR_MOV… in testCursorMove()
540 …(!_must[RowSetEventListener.APPROVE_ROW_CHANGE] || calling[RowSetEventListener.APPROVE_ROW_CHANGE]… in testCursorMove()
542 …(!_must[RowSetEventListener.COLUMN_VALUE] || calling[RowSetEventListener.COLUMN_VALUE] == -1) || c… in testCursorMove()
544 …(!_must[RowSetEventListener.CURSOR_MOVED] || calling[RowSetEventListener.CURSOR_MOVED] == -1) || c… in testCursorMove()
546 …(!_must[RowSetEventListener.ROW_CHANGED] || calling[RowSetEventListener.ROW_CHANGED] == -1) || cal… in testCursorMove()
548 …(!_must[RowSetEventListener.IS_MODIFIED] || calling[RowSetEventListener.IS_MODIFIED] == -1) || cal… in testCursorMove()
550 …(!_must[RowSetEventListener.IS_NEW] || calling[RowSetEventListener.IS_NEW] == -1) || calling[RowSe… in testCursorMove()
552 …(!_must[RowSetEventListener.ROW_COUNT] || calling[RowSetEventListener.ROW_COUNT] == -1) || calling… in testCursorMove()
554 …(!_must[RowSetEventListener.IS_ROW_COUNT_FINAL] || calling[RowSetEventListener.IS_ROW_COUNT_FINAL]… in testCursorMove()

Completed in 33 milliseconds