Searched refs:currentRow (Results 1 – 7 of 7) sorted by relevance
56 private int currentRow = -1; field in CustomResultSet82 ORowSetValue[] fields = rows.get(currentRow); in getField()93 currentRow = position; in absolute()95 currentRow = rows.size() + position; in absolute()97 if (currentRow <= -1) { in absolute()98 currentRow = -1; in absolute()101 if (currentRow >= rows.size()) { in absolute()102 currentRow = rows.size(); in absolute()110 currentRow = rows.size(); in afterLast()115 currentRow = -1; in beforeFirst()[all …]
70 private int currentRow = -1; field in DatabaseMetaDataResultSet104 ORowSetValue[] fields = rows.get(currentRow); in getField()115 currentRow = position; in absolute()117 currentRow = rows.size() + position; in absolute()119 if (currentRow <= -1) { in absolute()120 currentRow = -1; in absolute()123 if (currentRow >= rows.size()) { in absolute()124 currentRow = rows.size(); in absolute()132 currentRow = rows.size(); in afterLast()137 currentRow = -1; in beforeFirst()[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()