public class ConnectionDesc extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
strDriver
The class path of JDBC driver used in this connection.
|
String |
strName
The meaningful name of the data source.
|
String |
strPassword
The password of the user.
|
String |
strURL
The URL used to connect to a database.
|
String |
strUser
The user name used to login.
|
| Constructor and Description |
|---|
ConnectionDesc()
Constructs a connection description.
|
public String strName
public String strURL
public String strUser
public String strPassword
public String strDriver
© insightsoftware. All rights reserved.