/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XMultipleResults.idl | 53 <member scope="com::sun::star::sdbc">XMultipleResults::getUpdateCount()</member> 87 long getUpdateCount() raises (SQLException); 96 getUpdateCount() == -1)</code>.
|
H A D | XStatement.idl | 101 <member scope="com::sun::star::sdbc">XStatement::getUpdateCount()</member>
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlStatement.java | 157 public int getUpdateCount() throws SQLException { in getUpdateCount() method in PostgresqlStatement 158 return implMultipleResults.getUpdateCount(); in getUpdateCount()
|
H A D | PostgresqlPreparedStatement.java | 288 public int getUpdateCount() throws SQLException { in getUpdateCount() method in PostgresqlPreparedStatement 289 return implMultipleResults.getUpdateCount(); in getUpdateCount()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLStatementBase.java | 506 public int getUpdateCount() throws SQLException { in getUpdateCount() method in JavaSQLStatementBase 509 int count = jdbcStatement.getUpdateCount(); in getUpdateCount()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 398 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()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 551 numRows = getUpdateCount(); in executeUpdate() 578 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OStatement_Base
|
H A D | OPreparedStatement.cxx | 253 numRows = getUpdateCount (); in executeUpdate()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_statement.hxx | 157 sal_Int32 SAL_CALL getUpdateCount() throw(SQLException, RuntimeException);
|
H A D | mysqlc_statement.cxx | 237 sal_Int32 SAL_CALL OCommonStatement::getUpdateCount() in getUpdateCount() function in OCommonStatement
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.hxx | 122 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
H A D | SStatement.cxx | 165 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, … in getUpdateCount() function in OStatement_Base
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 322 sal_Int32 SAL_CALL OEvoabPreparedStatement::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 129 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | statement.hxx | 147 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 186 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 171 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 163 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 435 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount() function in OStatement_Base
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 371 sal_Int32 SAL_CALL java_sql_Statement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLExc… in getUpdateCount() function in java_sql_Statement_Base
|