Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.pm.impl.PMImpl
org.apache.ws.jaxme.pm.ino.api4j.TaminoAPI4JPm
org.apache.ws.jaxme.pm.ino.api4j.TaminoAPI4JDbPm
public class TaminoAPI4JDbPm
extends TaminoAPI4JPm
PM
implementation for accessing
a Tamino database via the basic version of the TaminoAPI4J.
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
PMImpl.ListObserver |
Method Summary | |
String |
|
protected TConnection | |
String |
|
String |
|
void | |
void |
|
void |
|
void |
|
Methods inherited from class org.apache.ws.jaxme.pm.ino.api4j.TaminoAPI4JPm | |
delete , getCollection , getTConnection , getTSAXObjectModel , getTXMLObject , init , insert , select , setCollection , update |
Methods inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
create , getManager , init , parseQuery , select , select , select |
public String getPassword()
Returns the database users password.
protected TConnection getTConnection() throws PMException
- Overrides:
- getTConnection in interface TaminoAPI4JPm
public String getUrl()
Sets the database URL. This includes the database name, but not the database collection.
public String getUser()
Returns the database user.
public void init(JMManager pManager) throws JAXBException
- Overrides:
- init in interface TaminoAPI4JPm
public void setPassword(String pPassword)
Sets the database users password.
public void setUrl(String pUrl)
Returns the database URL. This includes the database name, but not the database collection.
public void setUser(String pUser)
Sets the database user.