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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XConnection.idl b/offapi/com/sun/star/sdbc/XConnection.idl
index 37af3c7e43f9..4fbb0ac728ba 100644
--- a/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/offapi/com/sun/star/sdbc/XConnection.idl
@@ -137,7 +137,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 +174,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 +189,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