Home
last modified time | relevance | path

Searched refs:executeBatch (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx463 Sequence< sal_Int32 > SAL_CALL OStatementBase::executeBatch( ) throw(SQLException, RuntimeExceptio… in executeBatch() function in OStatementBase
477 return Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->executeBatch(); in executeBatch()
615 Sequence< sal_Int32 > OStatement::executeBatch( ) throw( SQLException, RuntimeException ) in executeBatch() function in OStatement
624 return Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->executeBatch( ); in executeBatch()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java89 public synchronized int[] executeBatch() throws SQLException { in executeBatch() method in JavaSQLStatement
92 return jdbcStatement.executeBatch(); in executeBatch()
H A DJavaSQLPreparedStatement.java443 public synchronized int[] executeBatch() throws SQLException { in executeBatch() method in JavaSQLPreparedStatement
446 return ((java.sql.PreparedStatement)jdbcStatement).executeBatch(); in executeBatch()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java264 public int[] executeBatch() throws SQLException { in executeBatch() method in PostgresqlPreparedStatement
265 return implPreparedBatchExecution.executeBatch(); in executeBatch()
/trunk/main/dbaccess/source/core/inc/
H A Dstatement.hxx153 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
203 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBatchExecution.idl70 sequence<long> executeBatch() raises (SQLException);
H A DXPreparedBatchExecution.idl73 sequence<long> executeBatch() raises (SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.hxx194 ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch()
H A Dmysqlc_preparedstatement.hxx167 …::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch() throw(SQLException, RuntimeEx…
H A Dmysqlc_statement.cxx274 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch() in executeBatch() function in OStatement
H A Dmysqlc_preparedstatement.cxx884 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch() in executeBatch() function in OPreparedStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx160 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
H A DSStatement.cxx189 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch() function in OStatement
H A DSPreparedStatement.cxx348 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
H A DSPreparedStatement.hxx127 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx109 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
H A DAStatement.hxx192 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx98 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
H A DJStatement.hxx211 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx239 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
H A DOPreparedStatement.hxx153 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx520 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
H A DAStatement.cxx352 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch() function in OStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx608 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx324 Sequence< sal_Int32 > SAL_CALL java_sql_Statement::executeBatch( ) throw(::com::sun::star::sdbc::S… in executeBatch() function in java_sql_Statement

Completed in 68 milliseconds

12