Home
last modified time | relevance | path

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

/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl53 <member scope="com::sun::star::sdbc">XMultipleResults::getUpdateCount()</member>
87 long getUpdateCount() raises (SQLException);
96 getUpdateCount() == -1)</code>.
H A DXStatement.idl101 <member scope="com::sun::star::sdbc">XStatement::getUpdateCount()</member>
/aoo4110/main/dbaccess/source/core/api/
H A Dstatement.cxx398 sal_Int32 SAL_CALL OStatementBase::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OStatementBase
409 return Reference< XMultipleResults >(m_xAggregateAsSet, UNO_QUERY)->getUpdateCount(); in getUpdateCount()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx551 numRows = getUpdateCount(); in executeUpdate()
578 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OStatement_Base
H A DOPreparedStatement.cxx253 numRows = getUpdateCount (); in executeUpdate()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_statement.hxx157 sal_Int32 SAL_CALL getUpdateCount() throw(SQLException, RuntimeException);
H A Dmysqlc_statement.cxx237 sal_Int32 SAL_CALL OCommonStatement::getUpdateCount() in getUpdateCount() function in OCommonStatement
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx122 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
H A DSStatement.cxx165 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, … in getUpdateCount() function in OStatement_Base
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx322 sal_Int32 SAL_CALL OEvoabPreparedStatement::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx129 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
/aoo4110/main/dbaccess/source/core/inc/
H A Dstatement.hxx147 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
/aoo4110/main/connectivity/source/inc/odbc/
H A DOStatement.hxx186 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
/aoo4110/main/connectivity/source/inc/ado/
H A DAStatement.hxx171 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
/aoo4110/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx163 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
/aoo4110/main/connectivity/source/drivers/ado/
H A DAStatement.cxx435 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OStatement_Base
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx371 sal_Int32 SAL_CALL java_sql_Statement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLExc… in getUpdateCount() function in java_sql_Statement_Base

Completed in 82 milliseconds