| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.pm.impl.PMImplorg.apache.ws.jaxme.pm.jdbc.PMJdbcImplpublic abstract class PMJdbcImplextends PMImplNested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
PMImpl.ListObserver | |
Constructor Summary | |
| |
Method Summary | |
Connection |
|
String |
|
String |
|
String |
|
String |
|
void | |
Methods inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
create, getManager, init, parseQuery, select, select, select | |
public Connection getConnection()
throws SQLExceptionCreates a new database connection.
public String getJdbcDriver()
Returns the configured JDBC driver.
public String getJdbcPassword()
Returns the configured JDBC password.
public String getJdbcUrl()
Returns the configured JDBC URL.
public String getJdbcUser()
Returns the configured JDBC user.
public void init(JMManager pManager) throws JAXBException
Initializes the PM. Called from theJAXBContextImplupon initialization.
- Parameters:
pManager- The manager being queried for configuration details.