summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commitc70d7c0e31f8c693752e713705ca992e56c096f8 (patch)
treecc9cbf154bea8ec154629cbb57a47b2ef21eddbd /offapi/com/sun/star/sdbc
parent7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/DataTruncation.idl11
-rw-r--r--offapi/com/sun/star/sdbc/DriverPropertyInfo.idl11
-rw-r--r--offapi/com/sun/star/sdbc/XConnection.idl9
-rw-r--r--offapi/com/sun/star/sdbc/XDatabaseMetaData.idl9
-rw-r--r--offapi/com/sun/star/sdbc/XDriver.idl13
-rw-r--r--offapi/com/sun/star/sdbc/XMultipleResults.idl9
6 files changed, 40 insertions, 22 deletions
diff --git a/offapi/com/sun/star/sdbc/DataTruncation.idl b/offapi/com/sun/star/sdbc/DataTruncation.idl
index 46c7f6cd1ae0..627b51e194ff 100644
--- a/offapi/com/sun/star/sdbc/DataTruncation.idl
+++ b/offapi/com/sun/star/sdbc/DataTruncation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataTruncation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,13 +86,13 @@ exception DataTruncation: SQLWarning
// DocMerge from xml: field com::sun::star::sdbc::DataTruncation::IsParameter
- /** is <true></true> if a parameter value is truncated.
+ /** is <TRUE/> if a parameter value is truncated.
*/
boolean IsParameter;
// DocMerge from xml: field com::sun::star::sdbc::DataTruncation::DuringRead
- /** is <true></true> if a read was truncated.
+ /** is <TRUE/> if a read was truncated.
*/
boolean DuringRead;
@@ -117,6 +117,9 @@ exception DataTruncation: SQLWarning
}; }; }; };
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:39 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl b/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
index 53c839777854..99603e1fd91a 100644
--- a/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
+++ b/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DriverPropertyInfo.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,8 +87,8 @@ struct DriverPropertyInfo
// DocMerge from xml: field com::sun::star::sdbc::DriverPropertyInfo::IsRequired
- /** is <true></true> if a value must be supplied for this property
- during <code>Driver.connect</code> and <false></false> otherwise.
+ /** is <TRUE/> if a value must be supplied for this property
+ during <code>Driver.connect</code> and <FALSE/> otherwise.
*/
boolean IsRequired;
@@ -115,6 +115,9 @@ struct DriverPropertyInfo
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:40 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XConnection.idl b/offapi/com/sun/star/sdbc/XConnection.idl
index f3952586ca1d..485fdd396ab6 100644
--- a/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/offapi/com/sun/star/sdbc/XConnection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnection.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -265,7 +265,7 @@ interface XConnection: com::sun::star::sdbc::XCloseable
<p>
<b>Note:</b> This method cannot be called while in the
- middle of a transaction; calling setReadOnly with <true></true> does not
+ middle of a transaction; calling setReadOnly with <TRUE/> does not
necessarily cause writes to be prohibited.
</p>
*/
@@ -349,6 +349,9 @@ interface XConnection: com::sun::star::sdbc::XCloseable
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:41 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index 1f8bec9a079d..0169e7441f14 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDatabaseMetaData.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1955,7 +1955,7 @@ interface XDatabaseMetaData: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XDatabaseMetaData::deletesAreDetected
/** indicates whether or not a visible row delete can be detected by
calling XResultSet.rowDeleted(). If deletesAreDetected()
- returns <false></false>, then deleted rows are removed from the result set.
+ returns <FALSE/>, then deleted rows are removed from the result set.
*/
[const] boolean deletesAreDetected([in]long setType) raises (SQLException);
//-------------------------------------------------------------------------
@@ -2030,6 +2030,9 @@ interface XDatabaseMetaData: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:42 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XDriver.idl b/offapi/com/sun/star/sdbc/XDriver.idl
index a5465d126632..48ece097183d 100644
--- a/offapi/com/sun/star/sdbc/XDriver.idl
+++ b/offapi/com/sun/star/sdbc/XDriver.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDriver.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,9 +135,9 @@ interface XDriver: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::sdbc::XDriver::acceptsURL
- /** returns <true></true> if the driver thinks that it can open a connection
- to the given URL. Typically drivers will return <true></true> if they
- understand the subprotocol specified in the URL and <false></false> if
+ /** returns <TRUE/> if the driver thinks that it can open a connection
+ to the given URL. Typically drivers will return <TRUE/> if they
+ understand the subprotocol specified in the URL and <FALSE/> if
they do not.
*/
boolean acceptsURL([in]string url) raises (SQLException);
@@ -186,6 +186,9 @@ interface XDriver: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:41 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XMultipleResults.idl b/offapi/com/sun/star/sdbc/XMultipleResults.idl
index a47b87f68e34..2ff9d966166a 100644
--- a/offapi/com/sun/star/sdbc/XMultipleResults.idl
+++ b/offapi/com/sun/star/sdbc/XMultipleResults.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultipleResults.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ interface XMultipleResults: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::sdbc::XMultipleResults::getMoreResults
- /** moves to a Statement's next result. It returns <true></true> if
+ /** moves to a Statement's next result. It returns <TRUE/> if
this result is a ResultSet. This method also implicitly
closes any current ResultSet obtained with getResultSet.
@@ -133,6 +133,9 @@ interface XMultipleResults: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:42 hjs
initial import