public interface ConnectionMetaData
ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance. A
component calls the method Connection.getMetaData
to
get a ConnectionMetaData
instance.Connection
,
ResultSetInfo
Modifier and Type | Method and Description |
---|---|
String |
getEISProductName()
Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
|
String |
getEISProductVersion()
Returns product version of the underlying EIS instance.
|
String |
getUserName()
Returns the user name for an active connection as known to
the underlying EIS instance.
|
String getEISProductName() throws ResourceException
ResourceException
- Failed to get the information for
the EIS instanceString getEISProductVersion() throws ResourceException
ResourceException
- Failed to get the information for
the EIS instanceString getUserName() throws ResourceException
ResourceException
- Failed to get the information for
the EIS instanceCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.