Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Uses of Interface
oracle.javatools.db.ProviderUsage

Packages that use ProviderUsage
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
 

Uses of ProviderUsage in oracle.javatools.db.sql
 

Subinterfaces of ProviderUsage in oracle.javatools.db.sql
 interface DBObjectUsage
          Interface implemented by fragments that use a DBObjectID to refer to another DBObject.
 

Classes in oracle.javatools.db.sql that implement ProviderUsage
 class AbstractDBObjectUsage
          Abstract implementation for a SQLFragment that uses another DBObject (e.g a Column) through a FromObject in the query.
 class AbstractSchemaObjectUsage
          Abstract class for usages that reference a SchemaObject (e.g.
 class ColumnUsage
          SQL fragment that is a use of a Column.
 class FKUsage
          SQLFragment for the usage of a FKConstraint.
 class FunctionUsage
           
 class PlSqlUsage
          Fragment that represents a usage of a piece of PlSql.
 class RelationUsage
          SQL fragment that is a use of a Relation.
 class SynonymUsage
          SQLFragment for using a Synonym in a SQL query.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.