summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XAlterQuery.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sdb/XAlterQuery.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdb/XAlterQuery.idl')
-rw-r--r--offapi/com/sun/star/sdb/XAlterQuery.idl18
1 files changed, 15 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/XAlterQuery.idl b/offapi/com/sun/star/sdb/XAlterQuery.idl
index ccbe15b5110a..46e256c2a048 100644
--- a/offapi/com/sun/star/sdb/XAlterQuery.idl
+++ b/offapi/com/sun/star/sdb/XAlterQuery.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAlterQuery.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,13 +72,19 @@
module com { module sun { module star { module sdb {
// DocMerge from xml: interface com::sun::star::sdb::XAlterQuery
-/** is used for creating and appending new objects to a specific container.
+/** is used to alter the command of a query.
*/
interface XAlterQuery: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdb::XAlterQuery::alterCommand
/** is intended to alter the command of a query object.
+ @param command
+ the SQL statement
+ @param useEscapeProcessing
+ <TRUE/> when escape processing should be used
+ @throws com::sun::star::sdbc::SQLException
+ if a database access error occurs.
*/
void alterCommand([in]string command, [in]boolean useEscapeProcessing)
raises (com::sun::star::sdbc::SQLException);
@@ -90,6 +96,12 @@ interface XAlterQuery: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.16.1 2002/02/18 10:24:54 oj
+ #97563# parameter,return value and exception description
+
+ 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