summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/XBatchExecution.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XBatchExecution.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XBatchExecution.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XBatchExecution.idl b/offapi/com/sun/star/sdbc/XBatchExecution.idl
index fcd7f6e54087..bbdadb4ea553 100644
--- a/offapi/com/sun/star/sdbc/XBatchExecution.idl
+++ b/offapi/com/sun/star/sdbc/XBatchExecution.idl
@@ -51,14 +51,12 @@ published interface XBatchExecution: com::sun::star::uno::XInterface
if a database access error occurs.
*/
void addBatch([in]string sql ) 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
@@ -71,7 +69,6 @@ published interface XBatchExecution: com::sun::star::uno::XInterface
sequence<long> executeBatch() raises (SQLException);
};
-//=============================================================================
}; }; }; };