Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx1683 ORowSetValue& rParamValue( getParameterStorage( (sal_Int32)i ) ); in impl_prepareAndExecute_throw() local
1684 … ::dbtools::setObjectWithInfo( xParam, i, rParamValue.makeAny(), rParamValue.getTypeKind() ); in impl_prepareAndExecute_throw()
1685 m_aParameterValueForCache.get().push_back(rParamValue); in impl_prepareAndExecute_throw()
2616 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setBinaryStream() local
2622 rParamValue = aData; in setBinaryStream()
2634 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setCharacterStream() local
2643 rParamValue = aDataStr; in setCharacterStream()
2644 rParamValue.setTypeKind( DataType::LONGVARCHAR ); in setCharacterStream()
2664 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setObjectWithInfo() local
2666 rParamValue.setTypeKind( targetSqlType ); in setObjectWithInfo()

Completed in 27 milliseconds