summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XCommandPreparation.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
commit858c85b5a0bb3a8de78ef696b2a2377baeb9f9aa (patch)
treebdef5f03e84dfce5da034b8956f321c4f13afcc3 /offapi/com/sun/star/sdb/XCommandPreparation.idl
parenta96a1f470d60f775dcdff6fd5d2bfebd1f67f9fe (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/sdb/XCommandPreparation.idl')
-rw-r--r--offapi/com/sun/star/sdb/XCommandPreparation.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/XCommandPreparation.idl b/offapi/com/sun/star/sdb/XCommandPreparation.idl
index a21f47141e7f..caddd9b7ca23 100644
--- a/offapi/com/sun/star/sdb/XCommandPreparation.idl
+++ b/offapi/com/sun/star/sdb/XCommandPreparation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCommandPreparation.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,8 +75,8 @@ interface XPreparedStatement;
// DocMerge from xml: interface com::sun::star::sdbc::com::sun::star::sdb::XCommandPreparation
/** is used for preparation of commands.
- <p> A command could be a table, query or any kind of sqlstatement
- the user.</p>
+ <p> A command could be a table, query, or any kind of SQLstatement
+ prepared by the user.</p>
*/
interface XCommandPreparation: com::sun::star::uno::XInterface
{
@@ -89,7 +89,6 @@ interface XCommandPreparation: com::sun::star::uno::XInterface
pre-compiled and stored in a PreparedStatement object. This
object can then be used to efficiently execute this statement
multiple times.
-
</p>
*/
com::sun::star::sdbc::XPreparedStatement prepareCommand([in]string command, [in] long commandType)
@@ -102,6 +101,9 @@ interface XCommandPreparation: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:32 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api