summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
commit3b74e8ab836938e9233863de4e2aafcca701177d (patch)
treebe6cbe26847149c9deb4343178c44fdb2d1a825b /offapi/com/sun/star/sdbc
parent1751b13edf5819a8c4b66e97302b2b1de5ea66d5 (diff)
syntax errors in documentation fixed
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/XArray.idl11
-rw-r--r--offapi/com/sun/star/sdbc/XDriver.idl9
-rw-r--r--offapi/com/sun/star/sdbc/XResultSet.idl9
-rw-r--r--offapi/com/sun/star/sdbc/XSQLOutput.idl9
4 files changed, 25 insertions, 13 deletions
diff --git a/offapi/com/sun/star/sdbc/XArray.idl b/offapi/com/sun/star/sdbc/XArray.idl
index 9fd6890d4..4ce4ee255 100644
--- a/offapi/com/sun/star/sdbc/XArray.idl
+++ b/offapi/com/sun/star/sdbc/XArray.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XArray.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-19 13:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,7 +171,7 @@ interface XArray: com::sun::star::uno::XInterface
designated by this <code>Array</code> object and uses the given
<code>typeMap</code> to map the array elements. If the base
type of the array does not match a user-defined type in
- <code>typeMap</code> or the <code>typeMap</code> is <null></null>,
+ <code>typeMap</code> or the <code>typeMap</code> is <NULL/>,
the connection type mapping is used instead.
@@ -195,7 +195,7 @@ interface XArray: com::sun::star::uno::XInterface
<code>count</code> successive elements. This method uses the given
<code>typeMap</code> to map the array elements. If the base
type of the array does not match a user-defined type in
- <code>typeMap</code> or the <code>typeMap</code> is <null></null>,
+ <code>typeMap</code> or the <code>typeMap</code> is <NULL/>,
the connection type mapping is used instead.
@@ -220,6 +220,9 @@ interface XArray: 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/XDriver.idl b/offapi/com/sun/star/sdbc/XDriver.idl
index afe0a85d0..fe3a9657a 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ interface XDriver: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XDriver::connect
/** attempts to make a database connection to the given URL.
- The driver should return <null></null> if it realizes it is the wrong kind
+ The driver should return <NULL/> if it realizes it is the wrong kind
of driver to connect to the given URL. This will be common, as when
the driver manager is asked to connect to a given URL it passes
the URL to each loaded driver in turn.
@@ -186,6 +186,9 @@ interface XDriver: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:39 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api
diff --git a/offapi/com/sun/star/sdbc/XResultSet.idl b/offapi/com/sun/star/sdbc/XResultSet.idl
index 83cdada92..421ea6f0e 100644
--- a/offapi/com/sun/star/sdbc/XResultSet.idl
+++ b/offapi/com/sun/star/sdbc/XResultSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XResultSet.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-19 13:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -277,7 +277,7 @@ interface XResultSet: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XResultSet::getStatement
/** returns the Statement that produced this <code>ResultSet</code> object.
If the result set was generated some other way, such as by an
- <code>XDatabaseMetaData</code> method, this method returns <null></null>.
+ <code>XDatabaseMetaData</code> method, this method returns <NULL/>.
*/
[const]com::sun::star::uno::XInterface getStatement() raises (SQLException);
};
@@ -288,6 +288,9 @@ interface XResultSet: 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/XSQLOutput.idl b/offapi/com/sun/star/sdbc/XSQLOutput.idl
index 8e3dc86eb..423d80003 100644
--- a/offapi/com/sun/star/sdbc/XSQLOutput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLOutput.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSQLOutput.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-19 13:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -211,7 +211,7 @@ interface XSQLOutput: com::sun::star::uno::XInterface
<code>XSQLData</code> object.
- <p>When the <code>XSQLData</code> object is <null></null>, this
+ <p>When the <code>XSQLData</code> object is <NULL/>, this
method writes an SQL NULL to the stream.
Otherwise, it calls the <code>SQLData.writeSQL</code>
method of the given object, which
@@ -264,6 +264,9 @@ interface XSQLOutput: 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:43 hjs
initial import