summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ColumnSearch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ColumnSearch.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ColumnSearch.idl68
1 files changed, 50 insertions, 18 deletions
diff --git a/offapi/com/sun/star/sdbc/ColumnSearch.idl b/offapi/com/sun/star/sdbc/ColumnSearch.idl
index 469ef49889bd..0b0d07b86d1e 100644
--- a/offapi/com/sun/star/sdbc/ColumnSearch.idl
+++ b/offapi/com/sun/star/sdbc/ColumnSearch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ColumnSearch.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * 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
@@ -73,9 +73,14 @@ constants ColumnSearch
// DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::NONE
/** A possible value for column <code>SEARCHABLE</code> in the
- <code>XResultSet</code> object returned by the method
- <code>getTypeInfo</code>.
- <p>Indicates that <code>WHERE</code> search clauses are not supported
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
+ .
+ <p>
+ Indicates that
+ <code>WHERE</code>
+ search clauses are not supported
for this type.
*/
const long NONE = 0;
@@ -83,30 +88,51 @@ constants ColumnSearch
// DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::CHAR
/** A possible value for column <code>SEARCHABLE</code> in the
- <code>XResultSet</code> object returned by the method
- <code>getTypeInfo</code>.
- <p>Indicates that the only <code>WHERE</code> search clause that can
- be based on this type is <code>WHERE . . .LIKE</code>.
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
+ .
+ <p>
+ Indicates that the only
+ <code>WHERE</code>
+ search clause that can
+ be based on this type is
+ <code>WHERE...LIKE</code>
+ .
*/
const long CHAR = 1;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::BASIC
/** A possible value for column <code>SEARCHABLE</code> in the
- <code>XResultSet</code> object returned by the method
- <code>getTypeInfo</code>.
- <p>Indicates that one can base all <code>WHERE</code> search clauses
- except <code>WHERE . . .LIKE</code> on this data type.
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
+ .
+ <p>
+ Indicates that one can base all
+ <code>WHERE</code>
+ search clauses
+ except
+ <code>WHERE...LIKE</code>
+ on this data type.
*/
const long BASIC = 2;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::FULL
- /** A possible value for column <code>SEARCHABLE</code> in the
- <code>XResultSet</code> object returned by the method
- <code>getTypeInfo</code>.
- <p>Indicates that all <code>WHERE</code> search clauses can be
- based on this type.
+ /** A possible value for column
+ <code>SEARCHABLE</code>
+ in the
+ <type scope="com::sun::star::sdbc">XResultSet</type>
+ object returned by the method
+ <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
+ .
+ <p>
+ Indicates that all
+ <code>WHERE</code>
+ search clauses can be
+ based on this type.
*/
const long FULL = 3;
};
@@ -117,6 +143,12 @@ constants ColumnSearch
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/02/18 09:00:56 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:39 hjs
initial import