| /trunk/main/dbaccess/source/core/api/ |
| H A D | statement.cxx | 463 Sequence< sal_Int32 > SAL_CALL OStatementBase::executeBatch( ) in executeBatch() function in OStatementBase 477 return Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->executeBatch(); in executeBatch() 615 Sequence< sal_Int32 > OStatement::executeBatch( ) in executeBatch() function in OStatement 624 return Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->executeBatch( ); in executeBatch()
|
| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/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/dbaccess/source/core/inc/ |
| H A D | statement.hxx | 151 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ); 201 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| /trunk/main/connectivity/java/sdbc_postgresql/src/main/java/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/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 | 182 ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch();
|
| H A D | mysqlc_preparedstatement.hxx | 150 ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch();
|
| H A D | mysqlc_statement.cxx | 263 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch() in executeBatch() function in OStatement
|
| H A D | mysqlc_preparedstatement.cxx | 848 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch() in executeBatch() function in OPreparedStatement
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SStatement.hxx | 159 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| H A D | SPreparedStatement.hxx | 126 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| H A D | SStatement.cxx | 189 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) in executeBatch() function in OStatement
|
| H A D | SPreparedStatement.cxx | 348 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) in executeBatch() function in OPreparedStatement
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | PreparedStatement.hxx | 98 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| H A D | JStatement.hxx | 211 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | AStatement.hxx | 190 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| H A D | APreparedStatement.hxx | 108 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OPreparedStatement.hxx | 152 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| H A D | OStatement.hxx | 237 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( );
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | APreparedStatement.cxx | 522 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) in executeBatch() function in OPreparedStatement
|
| H A D | AStatement.cxx | 354 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) in executeBatch() function in OStatement
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OPreparedStatement.cxx | 608 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch( ) 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( ) in executeBatch() function in java_sql_Statement
|