Searched refs:_Val (Results 1 – 2 of 2) sorted by relevance
213 const sal_Int32& _nSize,const OLEVariant& _Val) in setParameter() argument225 … ADOParameter* pParam = m_Command.CreateParameter(sDefaultName,_eType,adParamInput,_nSize,_Val); in setParameter()263 aParam.AppendChunk(_Val); in setParameter()266 CHECK_RETURN(aParam.PutValue(_Val)); in setParameter()
51 …l_Int32 parameterIndex, const DataTypeEnum& _eType,const sal_Int32& _nSize,const OLEVariant& _Val);