Searched refs:rParamValue (Results 1 – 1 of 1) sorted by relevance
1683 ORowSetValue& rParamValue( getParameterStorage( (sal_Int32)i ) ); in impl_prepareAndExecute_throw() local1684 … ::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() local2622 rParamValue = aData; in setBinaryStream()2634 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setCharacterStream() local2643 rParamValue = aDataStr; in setCharacterStream()2644 rParamValue.setTypeKind( DataType::LONGVARCHAR ); in setCharacterStream()2664 ORowSetValue& rParamValue( getParameterStorage( parameterIndex ) ); in setObjectWithInfo() local2666 rParamValue.setTypeKind( targetSqlType ); in setObjectWithInfo()
Completed in 26 milliseconds