Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java67 …final RowSet innerRowSet = m_database.getDatabase().createRowSet( _innerCommandType, _innerCommand… in verifyEqualRowSetContent() local
68 innerRowSet.execute(); in verifyEqualRowSetContent()
71 innerRowSet.last(); in verifyEqualRowSetContent()
72 assertTrue( "wrong record counts", outerRowSet.getRow() == innerRowSet.getRow() ); in verifyEqualRowSetContent()
75 innerRowSet.beforeFirst(); in verifyEqualRowSetContent()
76 … assertTrue( "wrong column counts", outerRowSet.getColumnCount() == innerRowSet.getColumnCount() ); in verifyEqualRowSetContent()
78 while ( outerRowSet.next() && innerRowSet.next() ) in verifyEqualRowSetContent()
83 innerRowSet.getString(i).equals( outerRowSet.getString(i) ) ); in verifyEqualRowSetContent()

Completed in 14 milliseconds