API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.db.
JOTDBJDBCSetup
View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
Object
JOTDBJDBCSetup
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTDBJDBCSetup
Object representation of a JDBC database setup options such as url, name ,password etc...
See also:
Constructors
public
JOTDBJDBCSetup
()
Methods
Hide/Show inherited methods
public
String
getDbName
()
Gets the dbName attribute of the DbSetup object
Gets the dbName attribute of the DbSetup object
Returns:
The dbName value
public
String
getDriver
()
Gets the driver attribute of the DbSetup object
Gets the driver attribute of the DbSetup object
Returns:
The driver value
public
String
getEncoding
()
Gets the encoding attribute of the DBSetup object
Gets the encoding attribute of the DBSetup object
Returns:
The encoding value
public
int
getMaxConnections
()
Gets the maxConnections attribute of the DbSetup object
Gets the maxConnections attribute of the DbSetup object
Returns:
The maxConnections value
public
String
getPassword
()
Gets the Password attribute of the DbSetup object
Gets the Password attribute of the DbSetup object
Returns:
The Password value
public
Class
getUpgraderClass
()
public
String
getURL
()
Gets the uRL attribute of the DbSetup object
Gets the uRL attribute of the DbSetup object
Returns:
The uRL value
public
String
getUser
()
Gets the user attribute of the DbSetup object
Gets the user attribute of the DbSetup object
Returns:
The user value
public
boolean
getUseUnicode
()
Gets the useUnicode attribute of the DBSetup object
Gets the useUnicode attribute of the DBSetup object
Returns:
The useUnicode value
public
void
setDbName
(
String
name)
Sets the dbName attribute of the DbSetup object
Sets the dbName attribute of the DbSetup object
Parameters:
-
name
- The new dbName value
public
void
setDriver
(
String
driver)
Sets the driver attribute of the DbSetup object
Sets the driver attribute of the DbSetup object
Parameters:
-
driver
- The new driver value
public
void
setEncoding
(
String
s)
Sets the encoding attribute of the DBSetup object
Sets the encoding attribute of the DBSetup object
Parameters:
-
s
- The new encoding value
public
void
setMaxConnections
(
int
max)
Sets the maxConnections attribute of the DbSetup object
Sets the maxConnections attribute of the DbSetup object
Parameters:
-
max
- The new maxConnections value
public
void
setPassword
(
String
password)
Sets the Password attribute of the DbSetup object
Sets the Password attribute of the DbSetup object
Parameters:
-
Password
- The new Password value
public
void
setUnicode
(
boolean
b)
Sets the unicode attribute of the DBSetup object
Sets the unicode attribute of the DBSetup object
Parameters:
-
b
- The new unicode value
public
void
setUpgraderClass
(
String
updaterClass)
public
void
setURL
(
String
url)
Sets the uRL attribute of the DbSetup object
Sets the uRL attribute of the DbSetup object
Parameters:
-
url
- The new uRL value
public
void
setUser
(
String
user)
Sets the user attribute of the DbSetup object
Sets the user attribute of the DbSetup object
Parameters:
-
user
- The new user value
public
String
toString
()
Fields
Hide/Show inherited fields
pack-private
String
driver
pack-private
String
encoding
pack-private
int
max
pack-private
String
name
pack-private
String
password
pack-private
Class
upgrader
pack-private
String
url
pack-private
String
user
pack-private
boolean
useUnicode
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar