Lines Matching refs:_parameterIndex

580 …bool impl_setObject( const Reference< XParameters >& _rxParam, sal_Int32 _parameterIndex, const An…  in impl_setObject()  argument
586 (_rxParam.get()->*_Setter)( _parameterIndex, aValue ); in impl_setObject()
596 …void impl_setObject( const Reference< XParameters >& _rxParam, sal_Int32 _parameterIndex, const An… in impl_setObject() argument
602 (_rxParam.get()->*_Setter)( _parameterIndex, (INTTYPE)nValue ); in impl_setObject()
607 void SAL_CALL OPreparedStatement::setObjectWithInfo(sal_Int32 _parameterIndex, const Any& _value, s… in setObjectWithInfo() argument
613 checkParameterIndex( _parameterIndex ); in setObjectWithInfo()
617 setNull( _parameterIndex, _targetSqlType ); in setObjectWithInfo()
629 setDouble( _parameterIndex, nValue ); in setObjectWithInfo()
638 impl_setObject( this, _parameterIndex, _value, &XParameters::setString, true ); in setObjectWithInfo()
646 setLong( _parameterIndex, nValue ); in setObjectWithInfo()
656 setFloat(_parameterIndex,nValue); in setObjectWithInfo()
667 setDouble( _parameterIndex, nValue ); in setObjectWithInfo()
672 impl_setObject( this, _parameterIndex, _value, &XParameters::setDate, true ); in setObjectWithInfo()
676 impl_setObject( this, _parameterIndex, _value, &XParameters::setTime, true ); in setObjectWithInfo()
680 impl_setObject( this, _parameterIndex, _value, &XParameters::setTimestamp, true ); in setObjectWithInfo()
687 if ( impl_setObject( this, _parameterIndex, _value, &XParameters::setBytes, false ) in setObjectWithInfo()
688 || impl_setObject( this, _parameterIndex, _value, &XParameters::setBlob, false ) in setObjectWithInfo()
689 || impl_setObject( this, _parameterIndex, _value, &XParameters::setClob, false ) in setObjectWithInfo()
696 setBinaryStream( _parameterIndex, xBinStream, xBinStream->available() ); in setObjectWithInfo()
710 setBoolean( _parameterIndex, bValue ); in setObjectWithInfo()
716 setBoolean( _parameterIndex, ( nValue != 0 ) ); in setObjectWithInfo()
724 impl_setObject( this, _parameterIndex, _value, &XParameters::setByte ); in setObjectWithInfo()
728 impl_setObject( this, _parameterIndex, _value, &XParameters::setShort ); in setObjectWithInfo()
732 impl_setObject( this, _parameterIndex, _value, &XParameters::setInt ); in setObjectWithInfo()