Skip Headers
Oracle® Database Application Developer's Guide - Rules Manager and Expression Filter
10g Release 2 (10.2)

Part Number B14288-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

16 Object Types

The Expression Filter feature is supplied with a set of predefined types and public synonyms for these types. Most of these types are used for configuring index parameters with the Expression Filter procedural APIs. The EXF$TABLE_ALIAS type is used to support expressions defined on one or more database tables. Table 16-1 describes the Expression Filter object types.

None of the values and names passed to the types defined in this chapter are case sensitive. To preserve the case, use double quotation marks around the values.


Tip:

See the "Expression Filter Types" chapter in Oracle Database PL/SQL Packages and Types Reference for all reference information concerning Expression Filter object types.

Table 16-1 Expression Filter Object Types

Object Type Name Description
EXF$ATTRIBUTE Specifies the stored and indexed attributes for the Expression Filter indexes
EXF$ATTRIBUTE_LIST Specifies a list of stored and indexed attributes when configuring index parameters
EXF$INDEXOPER Specifies a list of common operators in predicates with a stored or an indexed attribute
EXF$TABLE_ALIAS Indicates a special form of elementary attribute used to manage expressions defined on one or more database tables
EXF$XPATH_TAG Configures an XML element or an XML attribute for indexing a set of XPath predicates
EXF$XPATH_TAGS Specifies a list of XML tags when configuring the Expression Filter index parameters