Lines Matching refs:sal_Int32

110 	m_aParameterRow->get().push_back(new ORowSetValueDecorator(sal_Int32(0)) );  in construct()
190 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
198 return m_pResultSet ? m_pResultSet->getRowCountResult() : sal_Int32(0); in executeUpdate()
202 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString()
229 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean()
235 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte()
242 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) throw(SQLE… in setDate()
248 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) throw(SQLEx… in setTime()
255 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp()
262 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble()
270 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat()
277 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
284 void SAL_CALL OPreparedStatement::setLong( sal_Int32 /*parameterIndex*/, sal_Int64 /*aVal*/ ) throw… in setLong() argument
291 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(… in setNull() argument
304 void SAL_CALL OPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& … in setClob() argument
311 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& … in setBlob() argument
318 void SAL_CALL OPreparedStatement::setArray( sal_Int32 /*parameterIndex*/, const Reference< XArray >… in setArray() argument
325 void SAL_CALL OPreparedStatement::setRef( sal_Int32 /*parameterIndex*/, const Reference< XRef >& /*… in setRef() argument
332 …LL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlTyp… in setObjectWithInfo()
348 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull()
355 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject()
370 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort()
377 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes()
385 …tatement::setCharacterStream( sal_Int32 parameterIndex, const Reference< ::com::sun::star::io::XIn… in setCharacterStream()
392 …edStatement::setBinaryStream( sal_Int32 parameterIndex, const Reference< ::com::sun::star::io::XIn… in setBinaryStream()
411 m_aParameterRow->get().push_back(new ORowSetValueDecorator(sal_Int32(0)) ); in clearParameters()
447 void OPreparedStatement::checkAndResizeParameters(sal_Int32 parameterIndex) in checkAndResizeParameters()
451 …if ( m_aAssignValues.isValid() && (parameterIndex < 1 || parameterIndex >= static_cast<sal_Int32>(… in checkAndResizeParameters()
453 else if ( static_cast<sal_Int32>((m_aParameterRow->get()).size()) <= parameterIndex ) in checkAndResizeParameters()
455 sal_Int32 i = m_aParameterRow->get().size(); in checkAndResizeParameters()
465 void OPreparedStatement::setParameter(sal_Int32 parameterIndex, const ORowSetValue& x) in setParameter()
490 sal_Int32 eType = DataType::VARCHAR; in AddParameter()
492 sal_Int32 nScale = 0; in AddParameter()
493 sal_Int32 nNullable = ColumnValue::NULLABLE; in AddParameter()
593 sal_Int32 i = m_aParameterRow->get().size(); in initializeResultSet()
594 sal_Int32 nParamColumns = m_xParamColumns->get().size()+1; in initializeResultSet()
616 sal_Int32 nParameter = -1; in parseParamterElem()