<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>Oracle Ultra Search APIs: Package oracle.ultrasearch.query</title>
<meta>
<link>
</head>
<body>

 

<table>
<tr>
<td> 

<table>
<tr>
<td>Overview </td>
<td> Package </td>
<td>Class </td>
<td>Use </td>
<td>Tree </td>
<td>Deprecated </td>
<td>Index </td>
<td>Help </td>
</tr>
</table>
</td>
<td>Oracle Ultra Search APIs
9.2
</td> </tr> <tr> <td> PREV PACKAGE NEXT PACKAGE</td> <td>FRAMES NO FRAMES</td> </tr> </table> <hr> <h2>Package oracle.ultrasearch.query</h2>
This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release.
See:
Description <table> <tr> <td>Interface Summary</td> </tr> <tr> <td>Query</td> <td>A search criteria or constraint.</td> </tr> </table>
<table> <tr> <td>Class Summary</td> </tr> <tr> <td>AllOf</td> <td>Find documents with an attribute that has all of the values in a set.</td> </tr> <tr> <td>And</td> <td>Combine two or more queries using logical AND.</td> </tr> <tr> <td>AnyOf</td> <td>Find documents with an attribute that has at least one of a set of values.</td> </tr> <tr> <td>Attribute</td> <td>An attribute is a key used to refer to some property of a document.</td> </tr> <tr> <td>AttributeLOV</td> <td>A list of values (LOV) for an attribute.</td> </tr> <tr> <td>Between</td> <td>Find documents that has an attribute value within a range.</td> </tr> <tr> <td>Contains</td> <td>Find documents that contains some text within its content, or its string attributes.</td> </tr> <tr> <td>DateAttribute</td> <td>Class DateAttribute represents an attribute that takes Date values.</td> </tr> <tr> <td>DisplayUtil</td> <td>Class DisplayUtil provides methods to display table and file data source contents.</td> </tr> <tr> <td>Document</td> <td>A document returned from a search.</td> </tr> <tr> <td>EmailHeader</td> <td>This class represents the email header information used by the email browser.</td> </tr> <tr> <td>EmailSource</td> <td>This class models an email data source.</td> </tr> <tr> <td>EmailUtil</td> <td>This class implements the Ultra Search Java Email Utility API.</td> </tr> <tr> <td>Equals</td> <td>Find documents with an attribute that equals a value.</td> </tr> <tr> <td>From</td> <td>Find documents within a group or a set of groups.</td> </tr> <tr> <td>GreaterThan</td> <td>Class GreaterThan narrows the attribute to bigger values.</td> </tr> <tr> <td>Group</td> <td>Class Group represent an abstract collection of documents.</td> </tr> <tr> <td>Instance</td> <td>An instance to search on.</td> </tr> <tr> <td>InstanceMetaData</td> <td>Class InstanceMetaData provides comprehensive information about an instance: attributes, groups, lovs, languages and display names.</td> </tr> <tr> <td>LessThan</td> <td>Class LessThan narrows the attribute to smaller values.</td> </tr> <tr> <td>NumberAttribute</td> <td>Class NumberAttribute represents an attribute that takes BigDecimal values.</td> </tr> <tr> <td>Or</td> <td>Combine two or more queries using logical OR.</td> </tr> <tr> <td>QueryInstance</td> <td>QueryInstance provides JDBC connection management on top of Instance.</td> </tr> <tr> <td>Result</td> <td>A result provides access to a search result.</td> </tr> <tr> <td>StringAttribute</td> <td>Class StringAttribute represents an attribute that takes string values.</td> </tr> <tr> <td>Util</td> <td>Utility class for some useful methods.</td> </tr> </table>
<table> <tr> <td>Exception Summary</td> </tr> <tr> <td>BadURLException</td> <td>Thrown when the user tries to submit an invalid URL.</td> </tr> <tr> <td>SearchException</td> <td>Thrown when a search encounters errors.</td> </tr> <tr> <td>SubmitDisabledException</td> <td>Thrown when administrator has disabled this feature.</td> </tr> <tr> <td>SubmitURLException</td> <td>Thrown when submit url encounters errors.</td> </tr> <tr> <td>TypeMismatchException</td> <td>Thrown when there is a type mismatch between a value and an attribute.</td> </tr> </table>

<h2>Package oracle.ultrasearch.query Description</h2>
This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. The Query API is used to obtain query results. The Email API is used to display emails that are referenced by query results. <hr> <table> <tr> <td> <table> <tr> <td>Overview </td> <td> Package </td> <td>Class </td> <td>Use </td> <td>Tree </td> <td>Deprecated </td> <td>Index </td> <td>Help </td> </tr> </table> </td> <td>Oracle Ultra Search APIs
9.2
</td> </tr> <tr> <td> PREV PACKAGE NEXT PACKAGE</td> <td>FRAMES NO FRAMES</td> </tr> </table> <hr> </body> </html>