summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/Column.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Column.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/Column.idl28
1 files changed, 22 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbcx/Column.idl b/offapi/com/sun/star/sdbcx/Column.idl
index e0a75959d593..8a385cf3ec5f 100644
--- a/offapi/com/sun/star/sdbcx/Column.idl
+++ b/offapi/com/sun/star/sdbcx/Column.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Column.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-01-23 10:08:31 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ service Column
*/
[optional] interface XDataDescriptorFactory;
- // DocMerge: empty anyway
+ // gives access to the properties.
interface com::sun::star::beans::XPropertySet;
@@ -92,7 +92,9 @@ service Column
// DocMerge from xml: property com::sun::star::sdbcx::Column::Type
- /** is the <type scope="com::sun::star::sdbc">DataType</type> of the column.
+ /** is the
+ <type scope="com::sun::star::sdbc">DataType</type>
+ of the column.
*/
[readonly, property] long Type;
@@ -100,6 +102,9 @@ service Column
// DocMerge from xml: property com::sun::star::sdbcx::Column::TypeName
/** is the type name used by the database. If the column type is
a user-defined type, then a fully-qualified type name is returned.
+ <b>
+ Note:
+ </b>
May be empty.
*/
[readonly, property] string TypeName;
@@ -118,13 +123,15 @@ service Column
// DocMerge from xml: property com::sun::star::sdbcx::Column::IsNullable
- /** indicates the nullability of values in the designated column.@see com::sun::star::sdbc::ColumnValue
+ /** indicates the nullability of values in the designated column.
+ @see com::sun::star::sdbc::ColumnValue
*/
[readonly, property] long IsNullable;
// DocMerge from xml: property com::sun::star::sdbcx::Column::IsAutoIncrement
- /** indicates whether the column is automatically numbered, thus read-only.@see com::sun::star::sdbc::ColumnValue
+ /** indicates whether the column is automatically numbered, thus read-only.
+ @see com::sun::star::sdbc::ColumnValue
*/
[readonly, property] boolean IsAutoIncrement;
@@ -168,6 +175,15 @@ service Column
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.20.2 2002/02/18 12:57:56 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4.20.1 2002/02/18 09:36:17 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/01/23 10:08:31 mi
+ optional interfaces now marked as [optional] instead of just a prosa description of this fact
+
Revision 1.3 2000/11/08 12:43:39 mi
moved from api