oracle.javatools.db
Class Package
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.AbstractSystemObject
              
oracle.javatools.db.AbstractSchemaObject
                  
oracle.javatools.db.PlSql
                      
oracle.javatools.db.SpecPlSql
                          
oracle.javatools.db.Package
- All Implemented Interfaces: 
 - DBObject, SchemaObject, SourceObject, SystemObject, Copyable, DynamicPropertySet
 
public class Package
- extends SpecPlSql
 
Model of a PL/SQL package in the database. A package can have a spec and
 body, and contains methods and attributes.
 
 
| 
Field Summary | 
static java.lang.String | 
BODY_TYPE
 
            | 
static java.lang.String | 
TYPE
 
            | 
 
 
 
 
 
| 
Method Summary | 
 java.lang.String | 
getType()
 
          Returns the type of this object. | 
 
| Methods inherited from class oracle.javatools.db.SpecPlSql | 
addAttribute, addAttribute, addMethod, addMethod, copyToImpl, equalsImpl, getAttribute, getAttributes, getBodySource, getBodySourceInterrogator, getMethod, getMethods, removeAttribute, removeMethod, setAttributes, setBodySource, setMethods | 
 
 
 
 
 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
| Methods inherited from interface oracle.javatools.db.DBObject | 
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getReferenceIDs, replaceReferenceIDs, setID, setName | 
 
 
TYPE
public static final java.lang.String TYPE
- See Also:
 - Constant Field Values
 
BODY_TYPE
public static final java.lang.String BODY_TYPE
- See Also:
 - Constant Field Values
 
Package
public Package()
Package
public Package(java.lang.String name,
               Schema schema)
getType
public java.lang.String getType()
- Description copied from interface: 
DBObject 
- Returns the type of this object. Valid types include things like
 tables, views, synonyms, and columns.
- Returns:
 - a string describing the type of object.
 
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.