|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.jot.db.JOTDBJDBCSetup
public class JOTDBJDBCSetup
Object representation of a JDBC database setup options such as url, name ,password etc...
| Constructor Summary | |
|---|---|
JOTDBJDBCSetup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDriver()
Gets the driver attribute of the DbSetup object |
java.lang.String |
getEncoding()
Gets the encoding attribute of the DBSetup object |
int |
getMaxConnections()
Gets the maxConnections attribute of the DbSetup object |
java.lang.String |
getPassword()
Gets the Password attribute of the DbSetup object |
java.lang.Class |
getUpgraderClass()
|
java.lang.String |
getURL()
Gets the uRL attribute of the DbSetup object |
java.lang.String |
getUser()
Gets the user attribute of the DbSetup object |
boolean |
getUseUnicode()
Gets the useUnicode attribute of the DBSetup object |
void |
setDriver(java.lang.String driver)
Sets the driver attribute of the DbSetup object |
void |
setEncoding(java.lang.String s)
Sets the encoding attribute of the DBSetup object |
void |
setMaxConnections(int max)
Sets the maxConnections attribute of the DbSetup object |
void |
setPassword(java.lang.String password)
Sets the dbName attribute of the DbSetup object |
void |
setUnicode(boolean b)
Sets the unicode attribute of the DBSetup object |
void |
setUpgraderClass(java.lang.String updaterClass)
|
void |
setURL(java.lang.String url)
Sets the uRL attribute of the DbSetup object |
void |
setUser(java.lang.String user)
Sets the user attribute of the DbSetup object |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JOTDBJDBCSetup()
| Method Detail |
|---|
public void setUser(java.lang.String user)
user - The new user valuepublic void setURL(java.lang.String url)
url - The new uRL valuepublic void setUnicode(boolean b)
b - The new unicode valuepublic void setEncoding(java.lang.String s)
s - The new encoding valuepublic void setPassword(java.lang.String password)
name - The new dbName valuepublic void setDriver(java.lang.String driver)
driver - The new driver valuepublic void setMaxConnections(int max)
max - The new maxConnections valuepublic java.lang.String getUser()
public java.lang.String getURL()
public java.lang.String getPassword()
public java.lang.String getDriver()
public int getMaxConnections()
public boolean getUseUnicode()
public java.lang.Class getUpgraderClass()
public void setUpgraderClass(java.lang.String updaterClass)
public java.lang.String getEncoding()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||