Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1683 ORowSetValue& rParamValue( getParameterStorage( (sal_Int32)i ) ); in impl_prepareAndExecute_throw()
2499 ORowSetValue& ORowSet::getParameterStorage(sal_Int32 parameterIndex) in getParameterStorage() function in dbaccess::ORowSet
2537 getParameterStorage( parameterIndex ).setNull(); in setNull()
2549 getParameterStorage( parameterIndex ) = x; in setParameter()
2616 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setBinaryStream()
2634 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setCharacterStream()
2664 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setObjectWithInfo()
2697 getParameterStorage( (sal_Int32)i ).setNull(); in clearParameters()
H A DRowSet.hxx221 ::connectivity::ORowSetValue& getParameterStorage( sal_Int32 parameterIndex );

Completed in 32 milliseconds