|
|||||||||
| Home >> All >> hsr >> ipm >> [ storing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
hsr.ipm.storing
Class DatabaseConnectionAttributes

java.lang.Objecthsr.ipm.storing.DatabaseConnectionAttributes
- public class DatabaseConnectionAttributes
- extends java.lang.Object
Collects all different attributes needed to connect to a database and returns a connection URL string.
- Version:
- 1.0
| Field Summary | |
java.lang.String |
database
Name of database |
java.lang.String |
hostname
Hostname of database |
java.lang.String |
password
Password of database |
java.lang.String |
protocol
Protocol of atabase |
java.lang.String |
username
Username of database |
| Constructor Summary | |
DatabaseConnectionAttributes()
|
|
| Method Summary | |
java.lang.String |
toString()
Returns the arranged string to connect to a database |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protocol
public java.lang.String protocol
- Protocol of atabase
hostname
public java.lang.String hostname
- Hostname of database
database
public java.lang.String database
- Name of database
username
public java.lang.String username
- Username of database
password
public java.lang.String password
- Password of database
| Constructor Detail |
DatabaseConnectionAttributes
public DatabaseConnectionAttributes()
| Method Detail |
toString
public java.lang.String toString()
- Returns the arranged string to connect to a database
|
|||||||||
| Home >> All >> hsr >> ipm >> [ storing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
hsr.ipm.storing.DatabaseConnectionAttributes