Searched refs:currentRow (Results 1 – 5 of 5) sorted by relevance
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()132 currentRow->append(*currentTable); in endElement()133 currentRow=NULL; in endElement()137 currentCell->append(*currentRow); in endElement()
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 36 milliseconds