summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/QueryDefinition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/QueryDefinition.idl')
-rw-r--r--offapi/com/sun/star/sdb/QueryDefinition.idl16
1 files changed, 12 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/QueryDefinition.idl b/offapi/com/sun/star/sdb/QueryDefinition.idl
index 294ffaa1e..f408b9036 100644
--- a/offapi/com/sun/star/sdb/QueryDefinition.idl
+++ b/offapi/com/sun/star/sdb/QueryDefinition.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDefinition.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,9 @@
// DocMerge from xml: service com::sun::star::sdb::QueryDefinition
/** is a stored definition of a SQL "Select statement".
- <p>It can be used, if there is a need to execute SQL statement more than once. </p>
+ <p>
+ It can be used, if there is a need to execute SQL statement more than once.
+ </p>
*/
service QueryDefinition
{
@@ -89,7 +91,7 @@ service QueryDefinition
// DocMerge from xml: property com::sun::star::sdb::QueryDefinition::Command
- /** is the command of the query, this is typically a Select statement.
+ /** is the command of the query, this is typically a select statement.
*/
[property] string Command;
@@ -125,6 +127,12 @@ service QueryDefinition
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/02/18 10:22:11 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/10/25 15:00:32 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api