Skip navigation links

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

E17493-04


oracle.ide.db.model
Interface DatabaseNode

All Superinterfaces:
ConnectionStoreNode

public interface DatabaseNode
extends ConnectionStoreNode

Interface for any node that represents a database connection to implement.


Method Summary
 java.lang.String getConnectionName()
          This should return the name of the connection this node represents.

 

Methods inherited from interface oracle.ide.db.model.ConnectionStoreNode
getStoreName

 

Method Detail

getConnectionName

java.lang.String getConnectionName()
This should return the name of the connection this node represents. This shouldn't include the store name, as that is returned by getStoreName().
See Also:
ConnectionStoreNode.getStoreName()

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.