net.sourceforge.squirrel_sql.plugins.oracle
Class ObjectTypes
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.ObjectTypes
- All Implemented Interfaces:
- IObjectTypes
public class ObjectTypes
- extends Object
- implements IObjectTypes
This class contains the different database object types for oracle.
- Author:
- Colin Bell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTypes
public ObjectTypes(OraclePluginResources resources)
getConsumerGroupParent
public DatabaseObjectType getConsumerGroupParent()
- Specified by:
getConsumerGroupParent in interface IObjectTypes
- See Also:
IObjectTypes.getConsumerGroupParent()
getFunctionParent
public DatabaseObjectType getFunctionParent()
- Specified by:
getFunctionParent in interface IObjectTypes
- See Also:
IObjectTypes.getFunctionParent()
getIndexParent
public DatabaseObjectType getIndexParent()
- Specified by:
getIndexParent in interface IObjectTypes
- See Also:
IObjectTypes.getIndexParent()
getInstanceParent
public DatabaseObjectType getInstanceParent()
- Specified by:
getInstanceParent in interface IObjectTypes
- See Also:
IObjectTypes.getInstanceParent()
getLobParent
public DatabaseObjectType getLobParent()
- Specified by:
getLobParent in interface IObjectTypes
- See Also:
IObjectTypes.getLobParent()
getPackageParent
public DatabaseObjectType getPackageParent()
- Specified by:
getPackageParent in interface IObjectTypes
- See Also:
IObjectTypes.getPackageParent()
getSequenceParent
public DatabaseObjectType getSequenceParent()
- Specified by:
getSequenceParent in interface IObjectTypes
- See Also:
IObjectTypes.getSequenceParent()
getSessionParent
public DatabaseObjectType getSessionParent()
- Specified by:
getSessionParent in interface IObjectTypes
- See Also:
IObjectTypes.getSessionParent()
getTriggerParent
public DatabaseObjectType getTriggerParent()
- Specified by:
getTriggerParent in interface IObjectTypes
- See Also:
IObjectTypes.getTriggerParent()
getTypeParent
public DatabaseObjectType getTypeParent()
- Specified by:
getTypeParent in interface IObjectTypes
- See Also:
IObjectTypes.getTypeParent()
getUserParent
public DatabaseObjectType getUserParent()
- Specified by:
getUserParent in interface IObjectTypes
- See Also:
IObjectTypes.getUserParent()
getConstraintParent
public DatabaseObjectType getConstraintParent()
- Specified by:
getConstraintParent in interface IObjectTypes
- See Also:
IObjectTypes.getConstraintParent()
getConsumerGroup
public DatabaseObjectType getConsumerGroup()
- Specified by:
getConsumerGroup in interface IObjectTypes
- See Also:
IObjectTypes.getConsumerGroup()
getInstance
public DatabaseObjectType getInstance()
- Specified by:
getInstance in interface IObjectTypes
- See Also:
IObjectTypes.getInstance()
getLob
public DatabaseObjectType getLob()
- Specified by:
getLob in interface IObjectTypes
- See Also:
IObjectTypes.getLob()
getPackage
public DatabaseObjectType getPackage()
- Specified by:
getPackage in interface IObjectTypes
- See Also:
IObjectTypes.getPackage()
getSession
public DatabaseObjectType getSession()
- Specified by:
getSession in interface IObjectTypes
- See Also:
IObjectTypes.getSession()
getType
public DatabaseObjectType getType()
- Specified by:
getType in interface IObjectTypes
- See Also:
IObjectTypes.getType()
getConstraint
public DatabaseObjectType getConstraint()
- Specified by:
getConstraint in interface IObjectTypes
- See Also:
IObjectTypes.getConstraint()
Copyright © 2001-2013. All Rights Reserved.