|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.oracle.expander.ObjectType
public class ObjectType
This class describes one of the new Oracle object types.
| Field Summary | |
|---|---|
DatabaseObjectType |
_childDboType
This is the database object type for child nodes. |
DatabaseObjectType |
_dboType
This is the database object type for objects of this object type. |
String |
_objectTypeColumnData
This is the data in the OBJECT_TYPE column in the SYS.USER_OBJECTS table that corresponds to the child object for this object type. |
| Constructor Summary | |
|---|---|
ObjectType(DatabaseObjectType dboType,
String objectTypeColumnData,
DatabaseObjectType childDboType)
Ctor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final DatabaseObjectType _dboType
public final String _objectTypeColumnData
public final DatabaseObjectType _childDboType
| Constructor Detail |
|---|
public ObjectType(DatabaseObjectType dboType,
String objectTypeColumnData,
DatabaseObjectType childDboType)
dboType - Database object type to use for nodes of
this object type.objectTypeColumnData - data in the OBJECT_TYPE column in the
SYS.USER_OBJECTS table that corresponds
to this object types children.childDboType - Database object type to use for child
nodes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||