Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java939 … XPropertySet firstParam = UnoRuntime.queryInterface( XPropertySet.class, params.getByIndex( 0 ) ); in testParametersInteraction() local
940 Object firstParamValue = firstParam.getPropertyValue("Value"); in testParametersInteraction()
953firstParam = UnoRuntime.queryInterface( XPropertySet.class, params.getByIndex( 0 ) ); in testParametersInteraction()
955 firstParamValue = firstParam.getPropertyValue("Value"); in testParametersInteraction()

Completed in 19 milliseconds