|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ ADODB overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp.ADODB
Class Connection.ConnectionInfo

java.lang.Objectcom.tripi.asp.ADODB.Connection.ConnectionInfo
- Enclosing class:
- Connection
- static class Connection.ConnectionInfo
- extends java.lang.Object
This sub-class is used to return multiple arguments from the parseConnectionInfo(String) function.
| Field Summary | |
(package private) java.lang.String |
driver
The JDBC driver |
(package private) java.lang.String |
password
The password |
(package private) java.lang.String |
url
The JDBC URL |
(package private) java.lang.String |
username
The username |
| Constructor Summary | |
(package private) |
Connection.ConnectionInfo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
driver
java.lang.String driver
- The JDBC driver
url
java.lang.String url
- The JDBC URL
username
java.lang.String username
- The username
password
java.lang.String password
- The password
| Constructor Detail |
Connection.ConnectionInfo
Connection.ConnectionInfo()
|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ ADODB overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.ADODB.Connection.ConnectionInfo