All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jet.universe.ConnectionDesc

java.lang.Object
   |
   +----jet.universe.ConnectionDesc

public class ConnectionDesc
extends Object
A class that encapsulates the description of the connection in catalog.


Variable Index

 o strDriver
The driver used in this connection.
 o strName
The name of the data source.
 o strPassword
The password of the user.
 o strURL
The URL used to connect to a database.
 o strUser
The user name used to login.

Constructor Index

 o ConnectionDesc()
Construct a connection description

Variables

 o strName
 public String strName
The name of the data source.

 o strURL
 public String strURL
The URL used to connect to a database.

 o strUser
 public String strUser
The user name used to login.

 o strPassword
 public String strPassword
The password of the user. Note: When the description is got from catalog, the password is left null.

 o strDriver
 public String strDriver
The driver used in this connection.

Constructors

 o ConnectionDesc
 public ConnectionDesc()
Construct a connection description


All Packages  Class Hierarchy  This Package  Previous  Next  Index