Searched refs:oResult (Results 1 – 2 of 2) sorted by relevance
258 ResultSet oResult = oStmt.executeQuery(_sSQL); in QueryIntFromSQL() local259 oResult.next(); in QueryIntFromSQL()266 nValue = oResult.getInt(1); in QueryIntFromSQL()270 nValue = oResult.getInt(_sColumnName); in QueryIntFromSQL()
551 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Number() local553 Double result = (Double)oResult; in testCustomAddPro_Number()554 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Number()571 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Boolean() local573 boolean result = (Boolean)oResult; in testCustomAddPro_Boolean()574 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Boolean()
Completed in 26 milliseconds