summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ProcedureColumn.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ProcedureColumn.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ProcedureColumn.idl54
1 files changed, 40 insertions, 14 deletions
diff --git a/offapi/com/sun/star/sdbc/ProcedureColumn.idl b/offapi/com/sun/star/sdbc/ProcedureColumn.idl
index d89b526f27a1..fb868660e4b7 100644
--- a/offapi/com/sun/star/sdbc/ProcedureColumn.idl
+++ b/offapi/com/sun/star/sdbc/ProcedureColumn.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ProcedureColumn.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:46:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,13 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::UNKNOWN
/** indicates that the type of the column is unknown. A possible value for
- the column <code>COLUMN_TYPE</code> in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ the column
+ <code>COLUMN_TYPE</code>
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long UNKNOWN = 0;
//-------------------------------------------------------------------------
@@ -82,8 +87,11 @@ constants ProcedureColumn
/** indicates that the column stores IN parameters.
A possible value for the column
<code>COLUMN_TYPE</code>
- in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long IN = 1;
//-------------------------------------------------------------------------
@@ -92,8 +100,11 @@ constants ProcedureColumn
/** indicates that the column stores INOUT parameters.
A possible value for the column
<code>COLUMN_TYPE</code>
- in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long INOUT = 2;
//-------------------------------------------------------------------------
@@ -102,8 +113,11 @@ constants ProcedureColumn
/** indicates that the column stores results.
A possible value for the column
<code>COLUMN_TYPE</code>
- in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long RESULT = 3;
//-------------------------------------------------------------------------
@@ -112,8 +126,11 @@ constants ProcedureColumn
/** indicates that the column stores OUT parameters.
A possible value for the column
<code>COLUMN_TYPE</code>
- in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long OUT = 4;
//-------------------------------------------------------------------------
@@ -122,8 +139,11 @@ constants ProcedureColumn
/** Indicates that the column stores return values.
A possible value for the column
<code>COLUMN_TYPE</code>
- in the <code>XResultSet</code>
- returned by the method <code>getProcedureColumns</code>.
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+ .
*/
const long RETURN = 5;
};
@@ -134,6 +154,12 @@ constants ProcedureColumn
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/02/18 09:00:56 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/11/01 16:46:46 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api