| |
|
| java.lang.Object org.objectweb.jonas.jdbc.MetaDataImpl
MetaDataImpl | public class MetaDataImpl implements javax.resource.spi.ManagedConnectionMetaData(Code) | | Description of the MetaDataImpl. This is the DatabaseMetadata for
the current JDBC connection.
author: Eric Hardesty |
getEISProductName | public String getEISProductName() throws ResourceException(Code) | | Returns the JDBC Product name
String Product name of the JDBC instance. |
getEISProductVersion | public String getEISProductVersion() throws ResourceException(Code) | | Returns the JDBC Product version
String Product version of the JDBC instance |
getMaxConnections | public int getMaxConnections() throws ResourceException(Code) | | Returns maximum limit on number of active concurrent connections
that this JDBC instance can support across client processes.
int of maximum limit for number of active concurrent connections. 0 is an unlimited number of connections |
getUserName | public String getUserName() throws ResourceException(Code) | | Returns the name of the user associated with the JdbcRaManagedConnection
instance. The name corresponds to the resource principal under
whose security context, a connection to the DB has been
established.
String name of the user |
|
|
|