org.apache.ws.jaxme.pm.jdbc
public abstract class PMJdbcImpl extends PMImpl
| Constructor Summary | |
|---|---|
| PMJdbcImpl() Creates a new instance of PMJdbcImpl. | |
| Method Summary | |
|---|---|
| Connection | getConnection() Creates a new database connection. |
| String | getJdbcDriver() Returns the configured JDBC driver. |
| String | getJdbcPassword() Returns the configured JDBC password. |
| String | getJdbcUrl() Returns the configured JDBC URL. |
| String | getJdbcUser() Returns the configured JDBC user. |
| void | init(JMManager pManager) |
Creates a new instance of PMJdbcImpl.