summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XConnection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XConnection.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XConnection.idl12
1 files changed, 3 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sdbc/XConnection.idl b/offapi/com/sun/star/sdbc/XConnection.idl
index 77ad903cb..d4c2b1d74 100644
--- a/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/offapi/com/sun/star/sdbc/XConnection.idl
@@ -27,21 +27,15 @@
#ifndef __com_sun_star_sdbc_XConnection_idl__
#define __com_sun_star_sdbc_XConnection_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
module com { module sun { module star { module container {
published interface XNameAccess;
};};};};
-#ifndef __com_sun_star_sdbc_SQLException_idl__
#include <com/sun/star/sdbc/SQLException.idl>
-#endif
-#ifndef __com_sun_star_sdbc_XCloseable_idl__
#include <com/sun/star/sdbc/XCloseable.idl>
-#endif
module com { module sun { module star { module sdbc {
@@ -137,7 +131,7 @@ published interface XConnection: com::sun::star::sdbc::XCloseable
</p>
@param sql
- a SQL statement that may contain one or more '?' IN parameter placeholders
+ a SQL statement that may contain one or more "?" IN parameter placeholders
@returns
a new PreparedStatement object containing the pre-compiled statement
@throws SQLException
@@ -174,7 +168,7 @@ published interface XConnection: com::sun::star::sdbc::XCloseable
</p>
@param sql
- a SQL statement that may contain one or more '?' IN parameter placeholders
+ a SQL statement that may contain one or more "?" IN parameter placeholders
@returns
a new PreparedStatement object containing the pre-compiled statement
@throws SQLException
@@ -189,7 +183,7 @@ published interface XConnection: com::sun::star::sdbc::XCloseable
native form of the statement that the driver would have sent.
@param sql
- a SQL statement that may contain one or more '?' parameter placeholders
+ a SQL statement that may contain one or more "?" parameter placeholders
@returns
the native form of this statement
@throws SQLException