summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ColumnType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ColumnType.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ColumnType.idl34
1 files changed, 26 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdbc/ColumnType.idl b/offapi/com/sun/star/sdbc/ColumnType.idl
index 6aa80e43799f..c9c16f85d1ea 100644
--- a/offapi/com/sun/star/sdbc/ColumnType.idl
+++ b/offapi/com/sun/star/sdbc/ColumnType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ColumnType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:46:45 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,12 @@ constants ColumnType
/** indicates that this column may or may not be a pseudo-column.
A possible value for the column
<code>PSEUDO_COLUMN</code>
- in the <code>XResultSet</code> object
- returned by the method <code>getVersionColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
+ .
*/
const long UNKNOWN = 0;
//-------------------------------------------------------------------------
@@ -84,8 +88,12 @@ constants ColumnType
/** indicates that this column is NOT a pseudo-column.
A possible value for the column
<code>PSEUDO_COLUMN</code>
- in the <code>XResultSet</code> object
- returned by the method <code>getVersionColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
+ .
*/
const long NOT_PSEUDO = 1;
//-------------------------------------------------------------------------
@@ -94,8 +102,12 @@ constants ColumnType
/** indicates that this column is a pseudo-column.
A possible value for the column
<code>PSEUDO_COLUMN</code>
- in the <code>XResultSet</code> object
- returned by the method <code>getVersionColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
+ .
*/
const long PSEUDO = 2;
};
@@ -106,6 +118,12 @@ constants ColumnType
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/02/18 08:54:13 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/11/01 16:46:45 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api