|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.hsql.HsqlConnectionType
public class HsqlConnectionType
SQLJob
for an example.Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory |
---|
ValueFactory.Conversions |
Field Summary | |
---|---|
static String |
DRIVER
|
Constructor Summary | |
---|---|
HsqlConnectionType()
|
Method Summary | |
---|---|
String |
getPassword()
Get the password. |
String |
getUrl()
Get the url. |
String |
getUsername()
Get the username. |
void |
setPassword(String password)
Set the password. |
void |
setUrl(String url)
Set the url. |
void |
setUsername(String username)
Set the username. |
String |
toString()
|
Connection |
toValue()
Provide an instance of the type this is a factory for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DRIVER
Constructor Detail |
---|
public HsqlConnectionType()
Method Detail |
---|
public Connection toValue()
ValueFactory
toValue
in interface ValueFactory<Connection>
public String getPassword()
public void setPassword(String password)
password
- The password.public String getUrl()
public void setUrl(String url)
url
- The urlpublic String getUsername()
public void setUsername(String username)
username
- The username.public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |