|
|||||||||
| Home >> All >> com >> sonoma >> [ database overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sonoma.database
Class connection

java.lang.Objectcom.sonoma.database.connection
- public class connection
- extends java.lang.Object
- Version:
| Field Summary | |
java.sql.Connection |
con
Creates new connection |
| Constructor Summary | |
connection()
|
|
connection(java.lang.String connect,
java.lang.String jdbcDriver)
|
|
| Method Summary | |
void |
closeConnection()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
con
public java.sql.Connection con
- Creates new connection
| Constructor Detail |
connection
public connection()
connection
public connection(java.lang.String connect, java.lang.String jdbcDriver)
| Method Detail |
closeConnection
public void closeConnection()
|
|||||||||
| Home >> All >> com >> sonoma >> [ database overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sonoma.database.connection