IBM DB2 UDB
Plugin Interface
for Extending the Control Center
A C D G H I M N O P S U

A

actionPerformed(ActionEvent) - Method in interface com.ibm.db2.tools.cc.navigator.CCMenuAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in interface com.ibm.db2.tools.cc.navigator.CCToolbarAction
Invoked when an action occurs.

C

CCColumn - interface com.ibm.db2.tools.cc.navigator.CCColumn.
The CCColumn interface allows users to specify the characteristics of a column in the details view of the Control Center.
CCDefaultMenuAction - interface com.ibm.db2.tools.cc.navigator.CCDefaultMenuAction.
The CCDefaultMenuAction interface is to be used by implementers of CCMenuAction to specify that the plugin menu action is the default menu action for a plugin object.
CCExtension - interface com.ibm.db2.tools.cc.navigator.CCExtension.
The CCExtension interface allows users to extend the Control Center user interface by adding new toolbar buttons, new menu items for objects in the tree and new objects to the Control Center tree.
CCMenuAction - interface com.ibm.db2.tools.cc.navigator.CCMenuAction.
The CCMenuAction interface allows users to define a new menu item to be added to a Control Center object.
CCObject - interface com.ibm.db2.tools.cc.navigator.CCObject.
The CCObject interface allows users to change the behavior of the menu actions of an existing Control Center object or define a new plugin object which can be inserted into the Control Center tree.
CCObjectCollectionEvent - class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent.
Instances of this class represent one of three types of events that may be triggered by a plugin: Add, Remove and Alter.
CCObjectCollectionEvent(Object, int, Object) - Constructor for class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
Constructs an event that represents a change in a collection of CCObjects, such as a folder in the Control Center tree.
CCTableObject - interface com.ibm.db2.tools.cc.navigator.CCTableObject.
The CCTableObject interface allows users to override the behavior of a Control Center object or to define a new plugin object type which can be added to the Control Center tree by returning it as a child of a CCTreeObject in getChildren.
CCToolbarAction - interface com.ibm.db2.tools.cc.navigator.CCToolbarAction.
The CCToolbarAction interface allows users to define a new action to be added to the Control Center toolbar.
CCTreeObject - interface com.ibm.db2.tools.cc.navigator.CCTreeObject.
The CCTreeObject interface allows users to define new objects to be inserted into the Control Center tree and Control Center details view.
CCTypeFactory - class com.ibm.db2.tools.cc.navigator.CCTypeFactory.
The purpose of this class is to prevent different plugin objects from using the same type number.
CLOSED_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCTreeObject
Folder state is closed
com.ibm.db2.tools.cc.navigator - package com.ibm.db2.tools.cc.navigator
Provides interfaces and classes which allow users to extend the DB2 Universal Database Control Center.

D

DCS_GATEWAY_CONNECTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. DCS Gateway Connection object type (as of version 8.1 of DB2)
DCS_GATEWAY_CONNECTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. DCS Gateway Connections Folder object type (as of version 8.1 of DB2)
Defaultable - interface com.ibm.db2.tools.cc.navigator.Defaultable.
Deprecated. This interface is deprecated as of the version 8.1 of DB2.

G

getArg() - Method in class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
This method returns the argument that was passed in when the event was constructed.
getChildren() - Method in interface com.ibm.db2.tools.cc.navigator.CCTreeObject
Returns a vector of CCTableObjects that represent the children of this object.
getColumnClass() - Method in interface com.ibm.db2.tools.cc.navigator.CCColumn
This method returns the class of the column, so that column data may be formatted correctly.
getColumns() - Method in interface com.ibm.db2.tools.cc.navigator.CCTableObject
Return an array of CCColumns representing the names and classes of the columns shown in the details view for this object.
getData(Object[]) - Method in interface com.ibm.db2.tools.cc.navigator.CCTableObject
Given an array of Objects corresponding to the columns shown in details view of the Control Center, this method assigns a value to each element of the array.
getEventType() - Method in class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
This method returns what type of event this is: an CCObjectCollectionEvent.OBJECT_ADDED, CCObjectCollectionEvent.OBJECT_REMOVED or CCObjectCollectionEvent.OBJECT_ALTERED event.
getHoverHelpText() - Method in interface com.ibm.db2.tools.cc.navigator.CCToolbarAction
Get the name of this action.
getIcon(int) - Method in interface com.ibm.db2.tools.cc.navigator.CCTableObject
Returns the Icon that is displayed to the left of the name of this CCObject in the tree and in the details view.
getIcon() - Method in interface com.ibm.db2.tools.cc.navigator.CCToolbarAction
Get the icon for the toolbar button.
getMenuActions() - Method in interface com.ibm.db2.tools.cc.navigator.CCObject
Get the CCMenuAction array which defines the list of menu actions to be created for this object
getMenuText() - Method in interface com.ibm.db2.tools.cc.navigator.CCMenuAction
Get the name of this action
getName() - Method in interface com.ibm.db2.tools.cc.navigator.CCColumn
This method returns the name of the column, which is used as a heading in the details view
getName() - Method in interface com.ibm.db2.tools.cc.navigator.CCObject
Get the name of this object.
getObjects() - Method in interface com.ibm.db2.tools.cc.navigator.CCExtension
Get an array of CCObject subclass objects which define a list of objects to be overrided in the Control Center
getPosition() - Method in interface com.ibm.db2.tools.cc.navigator.Positionable
Gets the position of this menu item within its menu.
getSelectionMode() - Method in interface com.ibm.db2.tools.cc.navigator.MultiSelectable
Specifies when and on which objects this action applies.
getSubMenuActions() - Method in interface com.ibm.db2.tools.cc.navigator.SubMenuParent
Specifies a list of actions to display on a sub-menu attached to this menu item.
getToolbarActions() - Method in interface com.ibm.db2.tools.cc.navigator.CCExtension
Get an array of CCToolbarAction subclass objects which represent a list of buttons to be added to the Control Center main toolbar.
getType() - Method in interface com.ibm.db2.tools.cc.navigator.CCObject
Get the type of this object.
getTypeNumber(String) - Static method in class com.ibm.db2.tools.cc.navigator.CCTypeFactory
Obtains the unique type number for the given class name.

H

hasConfigurationDefaults() - Method in interface com.ibm.db2.tools.cc.navigator.Defaultable
Deprecated. Implement this method for a CCObject of type UDB_INSTANCE or UDB_DATABASE (see CCObject.getType()) and return false to indicate that buttons for restoring to defaults should be disabled in the instance or database configuration dialogs.

I

isConfigurable() - Method in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. This method is deprecated as of the version 8.1 of DB2.
isEditable() - Method in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. This method is deprecated as of the version 8.1 of DB2.
isLeaf() - Method in interface com.ibm.db2.tools.cc.navigator.CCTreeObject
Returns whether or not this CCTreeObject is a leaf in the Control Center tree.

M

MULTI_HANDLE_FOCUSED - Static variable in interface com.ibm.db2.tools.cc.navigator.MultiSelectable
The action is available only if the object is selected and has focus.
MULTI_HANDLE_MULTI - Static variable in interface com.ibm.db2.tools.cc.navigator.MultiSelectable
The action is available if it can be performed against all the selected objects.
MULTI_HANDLE_NONE - Static variable in interface com.ibm.db2.tools.cc.navigator.MultiSelectable
The action is available only if the object containing this action is selected.
MULTI_HANDLE_ONE - Static variable in interface com.ibm.db2.tools.cc.navigator.MultiSelectable
The action is available if it can be performed against all the selected objects.
MultiSelectable - interface com.ibm.db2.tools.cc.navigator.MultiSelectable.
The MultiSelectable interface is to be used by implementers of CCMenuAction to specify when a plugin menu item should appear in a menu.

N

NUM_OBJECT_TYPES - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Total number of object types

O

OBJECT_ADDED - Static variable in class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
An event in which an object was added to a folder in the Control Center tree.
OBJECT_ALTERED - Static variable in class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
An event in which an object in the Control Center tree had one of its visible attributes changed and the Control Center needs to reflect this.
OBJECT_REMOVED - Static variable in class com.ibm.db2.tools.cc.navigator.CCObjectCollectionEvent
An event in which an object was removed from a folder in the Control Center tree.
OPEN_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCTreeObject
Folder state is open.

P

POSITION_BOTTOM - Static variable in interface com.ibm.db2.tools.cc.navigator.Positionable
Return this value from getPosition to position the menu item at the bottom before any Refresh and Filter menu items.
Positionable - interface com.ibm.db2.tools.cc.navigator.Positionable.
The Positionable interface is to be used by implementers of CCMenuAction to specify the position of a plugin menu item within its menu.

S

S390_ALIAS - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_ALIASES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_APPLICATION_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_BUFFERPOOL - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_BUFFERPOOLS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_CATALOG_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_CATALOG_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_COLLECTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_COLLECTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DATABASE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DATABASES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DATASET - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
S390 Data Set object type
S390_DATASETS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
S390 Data Sets Folder object type
S390_DATASET_TEMPLATE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DATASET_TEMPLATES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DB_USER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DB_USERS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DISTINCT_TYPE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_DISTINCT_TYPES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_INDEX - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_INDEXS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_LOCATION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_LOCATIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PACKAGE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PACKAGES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PLAN - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PLANS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PROCEDURE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_PROCEDURES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SCHEMA - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SCHEMAS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_STORAGE_GROUP - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_STORAGE_GROUPS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SUBSYSTEM - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SUBSYSTEMS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SYNONYM - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_SYNONYMS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TABLESPACE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TABLESPACES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TRIGGER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_TRIGGERS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_USER_DEFINED_FUNCTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_USER_DEFINED_FUNCTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_UTILITY_LIST - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_UTILITY_LISTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_UTILITY_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_UTILITY_PROCEDURE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_UTILITY_PROCEDURES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_VIEW - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
S390_VIEWS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
Separator - interface com.ibm.db2.tools.cc.navigator.Separator.
The Separator interface is to be used by implementers of CCMenuAction to specify that the plugin menu item is just a separator line and not an actual menu item.
SubMenuParent - interface com.ibm.db2.tools.cc.navigator.SubMenuParent.
The SubMenuParent interface is to be used by implementers of CCMenuAction to specify that the plugin menu item is the parent of a submenu.
setParentName(String) - Method in interface com.ibm.db2.tools.cc.navigator.CCTableObject
This is called by the Control Center to provide the full name of the parent of this CCTableObject.

U

UDB_ALIAS - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_ALIASES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_APPLICATION_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_BUFFERPOOL - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_BUFFERPOOLS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_CACHE_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_CACHE_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_CACHE_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_CONNECTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Connection object type (as of version 8.1 of DB2)
UDB_CONNECTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Connections Folder object type (as of version 8.1 of DB2)
UDB_CTEINDEX - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Text Index object type
UDB_CTEINDEXES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Text Indexes Folder object type (deprecated as of version 8.2 of DB2, replaced by base index folder - UDB_INDEXES_FOLDER )
UDB_DATABASE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DATABASES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DB_GROUP - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DB_GROUPS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DB_USER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DB_USERS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DRDA_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_DRDA_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_EVENT_MONITOR - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_EVENT_MONITORS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_DATABASE_OBJECT - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Federated Database Object (Wrapper) object type
UDB_FEDERATED_DATABASE_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Federated Database Objects Folder object type
UDB_FEDERATED_NICKNAME - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_NICKNAMES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_REMOTE_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_REMOTE_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_SERVER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_SERVERS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_STORED_PROCEDURE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Federated Stored Procedure
UDB_FEDERATED_STORED_PROCEDURES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Federated Stored Procedures Folder
UDB_FEDERATED_USER_MAPPING - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_USER_MAPPINGS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_FEDERATED_VIEWS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_INDEX - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_INDEXES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_INSTANCE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_INSTANCES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_MQT - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Materialized Query Table object type
UDB_MQTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Materialized Query Table Folder object type
UDB_NODEGROUP - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Database Partition Group object type
UDB_NODEGROUPS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB Database Partition Groups Folder object type
UDB_PACKAGE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_PACKAGES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_REPLICATION_SOURCE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Replication Source object type (as of version 8.1 of DB2)
UDB_REPLICATION_SOURCES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Replication Sources Folder object type (as of version 8.1 of DB2)
UDB_REPLICATION_SUBSCRIPTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Replication Subscription object type (as of version 8.1 of DB2)
UDB_REPLICATION_SUBSCRIPTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
Deprecated. UDB Replication Subscriptions Folder object type (as of version 8.1 of DB2)
UDB_SCHEMA - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_SCHEMAS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_STORE_PROCEDURE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_STORE_PROCEDURES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_SYSTEM - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_SYSTEMS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TABLE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TABLESPACE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TABLESPACES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TABLES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TRIGGER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_TRIGGERS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_AND_GROUP_OBJECTS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_DISTINCT_DATATYPE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_DISTINCT_DATATYPES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_DISTINCT_FUNCTION - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB User Defined Function object type
UDB_USER_DEFINED_DISTINCT_FUNCTIONS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
UDB User Defined Functions Folder object type
UDB_USER_DEFINED_METHOD - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_METHODS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_STRUCTURED_DATATYPE - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_USER_DEFINED_STRUCTURED_DATATYPES_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_VIEW - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_VIEWS_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_XMLREPOSITORY_FOLDER - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 
UDB_XSROBJECT - Static variable in interface com.ibm.db2.tools.cc.navigator.CCObject
 

A C D G H I M N O P S U
IBM DB2 UDB
Plugin Interface
for Extending the Control Center

(C)Copyright IBM Corp. 2002, 2004. All rights reserved.

Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.