summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/XStatement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XStatement.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XStatement.idl b/offapi/com/sun/star/sdbc/XStatement.idl
index 79e64f7a8417..2052a566e794 100644
--- a/offapi/com/sun/star/sdbc/XStatement.idl
+++ b/offapi/com/sun/star/sdbc/XStatement.idl
@@ -56,7 +56,6 @@ published interface XStatement: com::sun::star::uno::XInterface
if a database access error occurs.
*/
XResultSet executeQuery([in]string sql) raises (SQLException);
- //-------------------------------------------------------------------------
/** executes an SQL INSERT, UPDATE, or DELETE statement. In addition,
SQL statements that return nothing, such as SQL DDL statements,
@@ -70,7 +69,6 @@ published interface XStatement: com::sun::star::uno::XInterface
if a database access error occurs.
*/
long executeUpdate([in]string sql) raises (SQLException);
- //-------------------------------------------------------------------------
/** executes a SQL statement that may return multiple results.
@@ -104,7 +102,6 @@ published interface XStatement: com::sun::star::uno::XInterface
if a database access error occurs.
*/
boolean execute([in]string sql) raises (SQLException);
- //-------------------------------------------------------------------------
/** returns the
<type scope="com::sun::star::sdbc">Connection</type>
@@ -121,7 +118,6 @@ published interface XStatement: com::sun::star::uno::XInterface
XConnection getConnection() raises (SQLException);
};
-//=============================================================================
}; }; }; };