Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.util.DynamicPropertySet

Packages that use DynamicPropertySet
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
oracle.javatools.db.diff Contains a metadata driven differ of database objects. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 

 

Uses of DynamicPropertySet in oracle.javatools.db

 

Subinterfaces of DynamicPropertySet in oracle.javatools.db
 interface BinaryObject
          Interface for an object from the db that has a binary representation (e.g.
 interface ChildDBObject
          Interface that any DBObject should implement if it can exist as the child of another DBObject.
 interface DBObject
          Base interface for Database Objects.
 interface DeclarativePlSql
          Deprecated. use PlSqlSubProgram instead
 interface SchemaObject
          A SchemaObject represents a database object that can exist within the context of a schema.
 interface SourceObject
          Any object in the database that can contain a block of source code - for example java or PL/SQL.
 interface SystemObject
          A system object is available at the DBObjectProvider level through the list and get methods, and can be created/updated/deleted.

 

Classes in oracle.javatools.db that implement DynamicPropertySet
 class AbstractBuildableObject
          Provides methods for lazy loading and building AbstractDBObjects.
 class AbstractChildDBObject
          Extension of DBObject used by child object in the API.
 class AbstractDBObject
          Provides an abstract implementation of the DBObject interface.
 class AbstractSchemaObject
          Provides a base implementation of the SchemaObject interface.
 class AbstractSystemObject
          Abstract superclass for all SystemObject implementations.
 class AutoExtendProperties
          Model of properties for auto extend behavior used by Tablespaces
 class CheckConstraint
          A CheckConstraint constrains a table or view based on a conditional expression.
 class Column
          Model of a database column.
 class ColumnConstraint
          Abstract model of a Constraint that constrains Columns in the database.
 class Constraint
          A Constraint represents a constraint on a table or view.
 class FileSpecification
          Model of File Specification properties.
 class FKConstraint
          A FKConstraint represents a Foreign Key Constraint.
 class Index
          Model of a database index.
 class Java
          Abstract SchemaObject implementation for the different Java objects available in a database.
 class JavaClass
          Model of a Java Class.
 class JavaResource
          Model of a Java Resource object.
 class JavaSource
          Model of a Java Source object.
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 class PlSql
          Deprecated. use SourceObject instead
 class PlSqlSubprogram
          Deprecated. use PlSqlSubProgram instead
 class Relation
          A Relation represents the basic entity of a relational database.
 class Schema
          Model of a database schema.
 class Sequence
          Model of a database sequence.
 class SpecPlSql
          Deprecated. use PlSqlSchemaObjectSpec instead
 class Synonym
          Model of a database synonym.
 class Table
          Model of a database table.
 class Tablespace
          Model of a Tablespace in a database.
 class UniqueConstraint
          A UniqueConstraint prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
 class View
          Represents a database View.
 class ViewColumn
          Deprecated. just use a simple Column instead

 

Uses of DynamicPropertySet in oracle.javatools.db.datatypes

 

Subinterfaces of DynamicPropertySet in oracle.javatools.db.datatypes
 interface DataType
          Interface defines a database datatype (e.g.

 

Classes in oracle.javatools.db.datatypes that implement DynamicPropertySet
 class BaseDateTimeDataType
           
 class BinaryDataType
           
 class CharacterDataType
           
 class ComplexType
          Deprecated. use Type instead
 class DataTypeAttribute
           
 class DataTypeSynonym
          DataType implementation that delegates all calls to an underlying DataType that it is a "synonym" for.
 class DataTypeUsage
          To "use" a DataType is to refere to it by ID and store values for any attributes that DataType may have (e.g.
 class DateDataType
           
 class NumericDataType
           
 class ObjectType
          Deprecated. 
 class ObjectTypeUsage
          Deprecated. use DataTypeUsage instead
 class PredefinedDataType
           
 class PredefinedDataTypeUsage
          Deprecated. 
 class TimeStampTZDataType
           
 class UserDataType
          Defines a data type that we 'discovered' when importing or navigating a database, usually from a foreign database, or for un-imported object types.

 

Uses of DynamicPropertySet in oracle.javatools.db.diff

 

Classes in oracle.javatools.db.diff that implement DynamicPropertySet
 class Difference
          Represents the difference between two versions of the same object.
 class ResultSet
           

 

Uses of DynamicPropertySet in oracle.javatools.db.ora

 

Classes in oracle.javatools.db.ora that implement DynamicPropertySet
 class DatabaseLink
          Model of a database DatabaseLink.
 class Directory
          Model of an Oracle Directory object.
 class IndexPartition
          Model of an Oracle index partition.
 class Indextype
           
 class LOBDescriptor
          LOBDescriptor encapsulates the partitioning properties of LOB and VARRAY columns.
 class MaterializedView
          A MaterializedView represents a Materialized View in the database.
 class MaterializedViewLog
           
 class OracleColumnProperties
           
 class OracleExternalTableProperties
          An external table is one whose metadata (definition) is stored in the database but whose data is stored outside the database.
static class OracleExternalTableProperties.LocationSpecifier
          The LOCATION clause lets you specify one or more external data sources.
 class OracleIndexOrganizedTableProperties
          Property object to hold the index organized specific properties for an IOT.
 class OracleIndexPartitions
          Model of the partitioning scheme on an Oracle index.
 class OracleNumberDataType
           
 class OracleSQLQuery
          Object that represents a complete SQL query.
 class OracleStorageProperties
           
 class OracleTablePartitions
          OracleTablePartitions encapsulate the properties of an Oracle table's partitions and subpartitions.
 class OracleTablespaceProperties
          Model of properties for an Oracle Tablespace
 class RecycledObject
          Model of an object that has been dropped and is now in the Oracle recycle bin.
 class TablePartition
          TablePartition encapsulate the properties of an individual partition or subpartition.
 class XMLSchema
          Object to represent an XML Schema held in the database.
 class XMLSchemaElement
           
 class XMLTypeColumnProperties
           

 

Uses of DynamicPropertySet in oracle.javatools.db.plsql

 

Classes in oracle.javatools.db.plsql that implement DynamicPropertySet
 class DBObjectPlSqlFragment
          Top-most PL/SQL specific superclass of all PL/SQL DBObject classes in this package.
 class Function
          Representation of a PL/SQL Function.
 class Package
          Representation of a PL/SQL Package Spec
 class PackageBody
          Representation of a PL/SQL Package Body
 class PlSqlAttribute
          A representation of a Attribute within a Type.
 class PlSqlBlock
          When instantiated as a concrete class, this represents a PL/SQL Block.
 class PlSqlDatatype
          Representation of a PL/SQL Datatype sucj as a record, varray table etc.
 class PlSqlMethod
          Representation of a method within a PlSqlMethod.MethodType.
 class PlSqlParameter
          Representation of a parameter (argument) to any PL/SQL procedure, function or method.
 class PlSqlReference
          A reference from some PL/SQL to another DBObject.
 class PlSqlSchemaObject
          Abstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.
 class PlSqlSchemaObjectBody
          Abstract superclass of PackageBody and TypeBody.
 class PlSqlSchemaObjectSpec
          Abstract superclass of object types that can have bodies, ie Package and Type.
 class PlSqlSubProgram
          A representation of a PL/SQL procedure or function.
 class PlSqlVariable
          A representation of a PL/SQL variable (or constant) defined at any scope in a PL/SQL object.
 class Procedure
          Representation of a PL/SQL Procedure.
 class Trigger
          Representation of a Database Trigger
 class Type
           
 class TypeBody
          Representation of a Type Body

 

Uses of DynamicPropertySet in oracle.javatools.db.sql

 

Subinterfaces of DynamicPropertySet in oracle.javatools.db.sql
 interface AliasFragment
          SQLFragment that consists of an expression and an alias.
 interface DBObjectUsage
          Interface implemented by fragments that use a DBObjectID to refer to another DBObject.
 interface DeclarativeSQLQuery
          Extension of the SQLQuery interface that allows the query to edited.
 interface FromObjectUsage
          Interface implemented by any object that directly depends on a FromObject (e.g.
 interface JoinCondition
           
 interface SQLFragment
          Interface for objects that encapsulate a fragment of SQL.
 interface SQLQuery
          Object that represents a basic SQL query.
 interface SQLQueryOwner
          Interfaced to be implemented by any object that can own a SQLQuery.

 

Classes in oracle.javatools.db.sql that implement DynamicPropertySet
 class AbstractAliasFragment
          SQLFragment that consists of an expression and an alias.
 class AbstractDBObjectUsage
          Abstract implementation for a SQLFragment that uses another DBObject (e.g a Column) through a FromObject in the query.
 class AbstractFromObjectUsage
          Abstract SQLFragment implementation of FromObjectUsage.
 class AbstractSchemaObjectUsage
          Abstract class for usages that reference a SchemaObject (e.g.
 class AbstractSQLFragment
          Abstract superclass for SQLFragment implementations.
 class AbstractSQLQuery
          Abstract implementation of a SQLQuery.
 class ArithmeticOperation
          Concrete subclass of Operation for arithmetic operations - ADD, SUBTRACT, MULTIPLY and DIVIDE.
 class AsteriskUsage
          Deprecated. - use ColumnKeywordUsage
 class CaseStatement
          Class to represent a case statement in a sql query.
CASE [expression]
WHEN condition THEN thenExpression
WHEN condition THEN thenExpression ...
static class CaseStatement.WhenThen
           
 class ColumnKeywordUsage
          A FromObjectUsage that has a keyword for the Column name, rather than an actual column.
 class ColumnUsage
          SQL fragment that is a use of a Column.
 class Comparison
          Subclass of Operation for comparisons.
 class DataMiningFunction
          Subclass of Operation for data mining functions.
static class DataMiningFunction.DataMiningArguments
          Deprecated. no longer required, use get/setDmSpecificArgs directly.
static class DataMiningFunction.DataMiningCostValues
          An array of values
 class ExpressionList
          List of expressions.
 class FKUsage
          SQLFragment for the usage of a FKConstraint.
 class FromObject
          Object that represents a clause in the FROM statement of a SQL query.
 class FunctionUsage
           
 class GroupByExpression
          Expression for a part of a group by that isn't a simple column (e.g.
 class GroupByObject
          SQLFragment for the GROUP BY ...
 class HierarchicalQueryObject
          SQLFragment for the Hierarchical Query clause in a SQLQuery.
 class IndexObject
          Object to wrap each column eaxpression of the Index statement
 class JoinObject
          Object that represent the JOIN clause of a SELECT statement (part of the FROM clause).
 class ModelObject
          SQLFragment for the MODEL clause in a SQLQuery.
static class ModelObject.CellAssignment
           
static class ModelObject.CellReferenceOptions
           
static class ModelObject.ModelColumnClauses
           
static class ModelObject.ModelRulesCellAssignmentExpr
           
static class ModelObject.ModelRulesClause
           
static class ModelObject.MultiColumnForLoop
           
static class ModelObject.ReferenceModel
           
static class ModelObject.SingleColumnForLoop
           
 class NonDeclarativeSQLQuery
          Dummy SQLQuery that just contains a String representing the SQLQuery.
 class OnJoinCondition
          Object to represent the ON condition of a JOIN clause.
 class Operation
          Abstract class for operations.
 class OrderByObject
          Object to wrap each part of the ORDER BY clause of a SQLQuery.
 class PlSqlUsage
          Fragment that represents a usage of a piece of PlSql.
 class RelationUsage
          SQL fragment that is a use of a Relation.
 class SelectObject
          Object that represents a clause in the SELECT statement of a SQL query.
 class SelectObjectUsage
          Class that represents the usage of a SelectObject.
 class SetOperation
          SQLFragment for dealing with operations to do with sets and ranges like IN and BETWEEN.
 class SetOperator
          SQLFragment for dealing with queries that are linked using one of the SET operators INTERSECT, UNION, MINUS and UNION ALL.
 class SimpleSQLFragment
          SQLFragment that we can't break down any more.
 class SynonymUsage
          SQLFragment for using a Synonym in a SQL query.
 class UsingJoinCondition
          Object to represent the condition part of a JOIN that has a USING clause.
 class WhereObject
          Object that represents a clause in the WHERE statement of a SQL query.
 class WindowFunction
          Subclass of Function for windowing functions (using the OVER syntax).
static class WindowFunction.WindowFunctionBound
           

 

Uses of DynamicPropertySet in oracle.javatools.util

 

Classes in oracle.javatools.util that implement DynamicPropertySet
 class DynamicPropertySetImpl
          Implementation of the DynamicPropertySet interface.

 

Uses of DynamicPropertySet in oracle.jdeveloper.offlinedb.model

 

Classes in oracle.jdeveloper.offlinedb.model that implement DynamicPropertySet
 class GenerateDescriptor
          Bean to encapsulte generation options to be used as the model for a deployment descriptor.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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