/aoo4110/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 448 void SAL_CALL OStatementBase::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatementBase 459 Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch() 602 void OStatement::clearBatch( ) throw( SQLException, RuntimeException ) in clearBatch() function in OStatement 612 Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch()
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | statement.hxx | 152 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:… 202 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XBatchExecution.idl | 59 void clearBatch() raises (SQLException);
|
H A D | XPreparedBatchExecution.idl | 62 void clearBatch() raises (SQLException);
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_statement.hxx | 192 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
|
H A D | mysqlc_preparedstatement.hxx | 166 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
|
H A D | mysqlc_statement.cxx | 170 void SAL_CALL OStatement::clearBatch() in clearBatch() function in OStatement
|
H A D | mysqlc_preparedstatement.cxx | 864 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch() function in OPreparedStatement
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.hxx | 159 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | SStatement.cxx | 127 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
H A D | SPreparedStatement.cxx | 338 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 126 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 108 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | AStatement.hxx | 191 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 97 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | JStatement.hxx | 210 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 238 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | OPreparedStatement.hxx | 152 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 508 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
H A D | AStatement.cxx | 161 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 596 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
H A D | OStatement.cxx | 212 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
/aoo4110/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 215 void SAL_CALL java_sql_Statement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException, Runtim… in clearBatch() function in java_sql_Statement
|
H A D | PreparedStatement.cxx | 555 void SAL_CALL java_sql_PreparedStatement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException… in clearBatch() function in java_sql_PreparedStatement
|