|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bristle.javalib.sql.ConnectionPoolUtil.DBContext
public static class ConnectionPoolUtil.DBContext
Convenience class used to pass multiple related database objects around.
Field Summary | |
---|---|
Connection |
conn
|
ResultSet |
rs
|
Statement |
st
|
Constructor Summary | |
---|---|
ConnectionPoolUtil.DBContext()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Connection conn
public Statement st
public ResultSet rs
Constructor Detail |
---|
public ConnectionPoolUtil.DBContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |