summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ProcedureColumn.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/sdbc/ProcedureColumn.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdbc/ProcedureColumn.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ProcedureColumn.idl64
1 files changed, 45 insertions, 19 deletions
diff --git a/offapi/com/sun/star/sdbc/ProcedureColumn.idl b/offapi/com/sun/star/sdbc/ProcedureColumn.idl
index edcfe5363..b5a817a6f 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;
//-------------------------------------------------------------------------
@@ -81,9 +86,12 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::IN
/** 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>.
+ <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 IN = 1;
//-------------------------------------------------------------------------
@@ -91,9 +99,12 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::INOUT
/** 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>.
+ <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 INOUT = 2;
//-------------------------------------------------------------------------
@@ -101,9 +112,12 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::RESULT
/** 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>.
+ <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 RESULT = 3;
//-------------------------------------------------------------------------
@@ -111,9 +125,12 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::OUT
/** 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>.
+ <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 OUT = 4;
//-------------------------------------------------------------------------
@@ -121,9 +138,12 @@ constants ProcedureColumn
// DocMerge from idl: value com::sun::star::sdbc::ProcedureColumn::RETURN
/** 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>.
+ <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 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