33 SDO_WFS_PROCESS Package (WFS Processing)

The MDSYS.SDO_WFS_PROCESS package contains subprograms for various processing operations related to support for Web Feature Services.

To use the subprograms in this chapter, you must understand the conceptual and usage information about Web Feature Services in Web Feature Service (WFS) Support.

Table 33-1 lists the WFS processing subprograms.

Table 33-1 Subprograms for WFS Processing Operations

Subprogram Description

SDO_WFS_PROCESS.DropFeatureType

Deletes a specified feature type.

SDO_WFS_PROCESS.DropFeatureTypes

Deletes all feature types in a specified namespace.

SDO_WFS_PROCESS.GenCollectionProcs

Generates helper procedures for relational feature types that have collection-based columns (for example, VARRAYs or nested tables).

SDO_WFS_PROCESS.GetFeatureTypeId

Gets the feature type ID of a specified feature type.

SDO_WFS_PROCESS.GrantFeatureTypeToUser

Grants access to a feature type to a database user.

SDO_WFS_PROCESS.GrantMDAccessToUser

Grants access to WFS metadata tables to a database user.

SDO_WFS_PROCESS.InsertCapabilitiesInfo

Inserts the capabilities template information.

SDO_WFS_PROCESS.InsertFtDataUpdated

Inserts a notification that the data for one or more feature instances was updated in the database.

SDO_WFS_PROCESS.InsertFtMDUpdated

Inserts a notification that the metadata for a feature type was updated in the database.

SDO_WFS_PROCESS.PopulateFeatureTypeXMLInfo

Populates metadata for relational feature types that have XMLType columns.

SDO_WFS_PROCESS.PublishFeatureType

Publishes a feature type; that is, registers metadata related to the feature type.

SDO_WFS_PROCESS.RegisterMTableView

Enables the publishing of content from a multitable view as a feature instance.

SDO_WFS_PROCESS.RevokeFeatureTypeFromUser

Revokes access to a feature type from a database user.

SDO_WFS_PROCESS.RevokeMDAccessFromUser

Revokes access to WFS metadata tables from a database user.

SDO_WFS_PROCESS.UnRegisterMTableView

Disables the publishing of content from a multitable view as a feature instance.

The rest of this chapter provides reference information on the subprograms, listed in alphabetical order.