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.
-
strDriver
- The driver used in this connection.
-
strName
- The name of the data source.
-
strPassword
- The password of the user.
-
strURL
- The URL used to connect to a database.
-
strUser
- The user name used to login.
-
ConnectionDesc()
- Construct a connection description
strName
public String strName
- The name of the data source.
strURL
public String strURL
- The URL used to connect to a database.
strUser
public String strUser
- The user name used to login.
strPassword
public String strPassword
- The password of the user.
Note: When the description is got from catalog, the password is left null.
strDriver
public String strDriver
- The driver used in this connection.
ConnectionDesc
public ConnectionDesc()
- Construct a connection description
All Packages Class Hierarchy This Package Previous Next Index