INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:22:16 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
This commit is contained in:
parent
f374d703de
commit
d50e5e1925
4 changed files with 8 additions and 26 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ProcedureColumn.idl,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:45:11 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:03:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -38,13 +38,11 @@
|
|||
module com { module sun { module star { module sdbc {
|
||||
|
||||
|
||||
// DocMerge from idl: constants com::sun::star::sdbc::ProcedureColumn
|
||||
/** indicates the type of a procedure column.
|
||||
*/
|
||||
published 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>
|
||||
|
@ -57,7 +55,6 @@ published constants ProcedureColumn
|
|||
const long UNKNOWN = 0;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// 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>
|
||||
|
@ -70,7 +67,6 @@ published constants ProcedureColumn
|
|||
const long IN = 1;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// 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>
|
||||
|
@ -83,7 +79,6 @@ published constants ProcedureColumn
|
|||
const long INOUT = 2;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// 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>
|
||||
|
@ -96,7 +91,6 @@ published constants ProcedureColumn
|
|||
const long RESULT = 3;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// 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>
|
||||
|
@ -109,7 +103,6 @@ published constants ProcedureColumn
|
|||
const long OUT = 4;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// 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>
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ResultSetConcurrency.idl,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:45:53 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:04:21 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -38,13 +38,11 @@
|
|||
module com { module sun { module star { module sdbc {
|
||||
|
||||
|
||||
// DocMerge from idl: constants com::sun::star::sdbc::ResultSetConcurrency
|
||||
/** describes the different scroll capabilities of a result set.
|
||||
*/
|
||||
published constants ResultSetConcurrency
|
||||
{
|
||||
|
||||
// DocMerge from idl: value com::sun::star::sdbc::ResultSetConcurrency::READ_ONLY
|
||||
/** is the concurrency mode for a
|
||||
<type scope="com::sun::star::sdb">ResultSet</type>
|
||||
object that may NOT be updated.
|
||||
|
@ -52,7 +50,6 @@ published constants ResultSetConcurrency
|
|||
const long READ_ONLY = 1007;
|
||||
|
||||
|
||||
// DocMerge from idl: value com::sun::star::sdbc::ResultSetConcurrency::UPDATABLE
|
||||
/** is the concurrency mode for a
|
||||
<type scope="com::sun::star::sdb">ResultSet</type>
|
||||
object that may be updated.
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ResultSetType.idl,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:46:06 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:04:43 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -38,13 +38,11 @@
|
|||
module com { module sun { module star { module sdbc {
|
||||
|
||||
|
||||
// DocMerge from idl: constants com::sun::star::sdbc::ResultSetType
|
||||
/** describes the different scroll capabilities of a result set.
|
||||
*/
|
||||
published constants ResultSetType
|
||||
{
|
||||
|
||||
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::FORWARD_ONLY
|
||||
/** is the type for a
|
||||
<type scope="com::sun::star::sdb">ResultSet</type>
|
||||
object whose cursor may move only forward.
|
||||
|
@ -52,7 +50,6 @@ published constants ResultSetType
|
|||
const long FORWARD_ONLY = 1003;
|
||||
|
||||
|
||||
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_INSENSITIVE
|
||||
/** is the type for a
|
||||
<type scope="com::sun::star::sdb">ResultSet</type>
|
||||
object that is scrollable
|
||||
|
@ -61,7 +58,6 @@ published constants ResultSetType
|
|||
const long SCROLL_INSENSITIVE = 1004;
|
||||
|
||||
|
||||
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_SENSITIVE
|
||||
/** is the type for a
|
||||
<type scope="com::sun::star::sdb">ResultSet</type>
|
||||
object that is scrollable
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: SQLException.idl,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:46:34 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:05:08 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,7 +42,6 @@
|
|||
module com { module sun { module star { module sdbc {
|
||||
|
||||
|
||||
// DocMerge from xml: exception com::sun::star::sdbc::SQLException
|
||||
/** is an exception that provides information on a database access error.
|
||||
|
||||
<p>
|
||||
|
@ -62,13 +61,11 @@
|
|||
*/
|
||||
published exception SQLException: com::sun::star::uno::Exception
|
||||
{
|
||||
// DocMerge from xml: field com::sun::star::sdbc::SQLException::SQLState
|
||||
/** returns a string, which uses the XOPEN SQLState conventions.
|
||||
The values of the SQLState string are described in the XOPEN SQL spec.
|
||||
*/
|
||||
string SQLState;
|
||||
|
||||
// DocMerge from xml: field com::sun::star::sdbc::SQLException::ErrorCode
|
||||
/** returns an integer error code that is specific to each vendor. Normally this will
|
||||
be the actual error code returned by the underlying database.
|
||||
A chain to the next Exception. This can be used to provide additional
|
||||
|
@ -76,7 +73,6 @@ published exception SQLException: com::sun::star::uno::Exception
|
|||
*/
|
||||
long ErrorCode;
|
||||
|
||||
// DocMerge from xml: field com::sun::star::sdbc::SQLException::NextException
|
||||
/** returns a chain to the next Exception.
|
||||
This can be used to provide additional
|
||||
error information.
|
||||
|
|
Loading…
Reference in a new issue