Searched refs:currentRow (Results 1 – 7 of 7) sorted by relevance
97 if (currentRow <= -1) { in absolute()98 currentRow = -1; in absolute()115 currentRow = -1; in beforeFirst()120 currentRow = 0; in first()126 return currentRow + 1; in getRow()163 ++currentRow; in next()170 if (currentRow > -1) { in previous()171 --currentRow; in previous()182 currentRow += offset; in relative()184 currentRow = -1; in relative()[all …]
119 if (currentRow <= -1) { in absolute()120 currentRow = -1; in absolute()137 currentRow = -1; in beforeFirst()142 currentRow = 0; in first()148 return currentRow + 1; in getRow()185 ++currentRow; in next()192 if (currentRow > -1) { in previous()193 --currentRow; in previous()204 currentRow += offset; in relative()206 currentRow = -1; in relative()[all …]
76 Row *currentRow; member in MyHandler82 currentRow=NULL; in startDocument()108 if (currentRow==NULL) in startElement()109 currentRow=new Row(name, *currentTable); in startElement()111 currentRow->append(*new Row(name, *currentTable)); in startElement()116 currentCell=new Cell(name, *currentRow); in startElement()118 currentCell->append(*new Cell(name, *currentRow)); in startElement()134 currentRow->append(*currentTable); in endElement()136 currentRow=NULL; in endElement()140 if (currentRow != NULL) in endElement()[all …]
34 private int currentRow; field in StarReportData45 this.currentRow = 0; in StarReportData()56 currentRow = row; in setCursorPosition()82 return currentRow; in getCursorPosition()95 return currentRow < rowCount; in isAdvanceable()105 currentRow += 1; in next()162 return currentRow > 0 && rowCount > 0; in isReadable()
88 public int currentRow() throws SQLException ; in currentRow() method191 result = tester.currentRow() < 1 ; in _moveToInsertRow()211 result = tester.currentRow() >= 1 ;
460 public int currentRow() throws SQLException in createTestEnvironment()
710 public int currentRow() throws SQLException { in createTestEnvironment()
Completed in 47 milliseconds