/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 463 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 D | JavaSQLStatement.java | 89 public synchronized int[] executeBatch() throws SQLException { in executeBatch() method in JavaSQLStatement 92 return jdbcStatement.executeBatch(); in executeBatch()
|
H A D | JavaSQLPreparedStatement.java | 443 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 D | PostgresqlPreparedStatement.java | 264 public int[] executeBatch() throws SQLException { in executeBatch() method in PostgresqlPreparedStatement 265 return implPreparedBatchExecution.executeBatch(); in executeBatch()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | statement.hxx | 153 …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 D | XBatchExecution.idl | 70 sequence<long> executeBatch() raises (SQLException);
|
H A D | XPreparedBatchExecution.idl | 73 sequence<long> executeBatch() raises (SQLException);
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_statement.hxx | 194 ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch()
|
H A D | mysqlc_preparedstatement.hxx | 167 …::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch() throw(SQLException, RuntimeEx…
|
H A D | mysqlc_statement.cxx | 274 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch() in executeBatch() function in OStatement
|
H A D | mysqlc_preparedstatement.cxx | 884 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch() in executeBatch() function in OPreparedStatement
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.hxx | 160 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
H A D | SStatement.cxx | 189 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch() function in OStatement
|
H A D | SPreparedStatement.cxx | 348 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 127 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 109 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
H A D | AStatement.hxx | 192 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 98 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
H A D | JStatement.hxx | 211 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 239 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
H A D | OPreparedStatement.hxx | 153 …virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::s…
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 520 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
|
H A D | AStatement.cxx | 352 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch() function in OStatement
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 608 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) throw(SQLException, RuntimeExce… in executeBatch() function in OPreparedStatement
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 324 Sequence< sal_Int32 > SAL_CALL java_sql_Statement::executeBatch( ) throw(::com::sun::star::sdbc::S… in executeBatch() function in java_sql_Statement
|