org.apache.ws.jaxme.pm.generator.jdbc
public class ConnectionDetails extends XsObjectImpl
Constructor Summary | |
---|---|
protected | ConnectionDetails(JaxMeJdbcSG pJdbcSG, XsObject pParent) |
Method Summary | |
---|---|
void | cloneFrom(ConnectionDetails pFrom) Copies the given details into the current. |
String | getDatasource() Returns the JDBC datasource. |
JaxMeJdbcSG.Mode | getDbMode() Returns the database mode. |
String | getDriver() Returns the JDBC driver. |
String | getPassword() Returns the JDBC password. |
String | getUrl() Returns the JDBC URL. |
String | getUser() Returns the JDBC user. |
Boolean | isUsingDatasource() Returns, whether a JDBC datasource is being used. |
void | setDatasource(String pDatasource) Sets the JDBC datasource. |
void | setDbMode(String pMode) Sets the database mode. |
void | setDriver(String pDriver) Sets the JDBC driver. |
void | setPassword(String pPassword) Sets the JDBC password. |
void | setUrl(String pUrl) Sets the JDBC URL. |
void | setUser(String pUser) Sets the JDBC user. |
void | setUsingDatasource(Boolean pUsingDatasource) Sets, whether a JDBC datasource is being used. |
void | validate() |
See Also: isUsingDatasource
See Also: setUsingDatasource