summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl b/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
index e26eafdefaae..c7bb7cf62d1c 100644
--- a/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
+++ b/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
@@ -45,14 +45,12 @@ published interface XPreparedBatchExecution: com::sun::star::uno::XInterface
if a database access error occurs.
*/
void addBatch() raises (SQLException);
- //-------------------------------------------------------------------------
/** makes the set of commands in the current batch empty.
@throws SQLException
if a database access error occurs.
*/
void clearBatch() raises (SQLException);
- //-------------------------------------------------------------------------
/** submits a batch of commands to the database for execution.
@returns
@@ -65,7 +63,6 @@ published interface XPreparedBatchExecution: com::sun::star::uno::XInterface
sequence<long> executeBatch() raises (SQLException);
};
-//=============================================================================
}; }; }; };