|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.universe.ConnectionDesc
public class ConnectionDesc
A class that encapsulates the description of the connection in the catalog.
Field Summary | |
---|---|
java.lang.String |
strDriver
The class path of JDBC driver used in this connection. |
java.lang.String |
strName
The meaningful name of the data source. |
java.lang.String |
strPassword
The password of the user. |
java.lang.String |
strURL
The URL used to connect to a database. |
java.lang.String |
strUser
The user name used to login. |
Constructor Summary | |
---|---|
ConnectionDesc()
Constructs a connection description. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String strName
public java.lang.String strURL
public java.lang.String strUser
public java.lang.String strPassword
public java.lang.String strDriver
Constructor Detail |
---|
public ConnectionDesc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |