|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jdbc.ConnectionContext
public class ConnectionContext
Abstract way of grabbing data from the JDBC connection.
Constructor Summary | |
---|---|
ConnectionContext()
|
Method Summary | |
---|---|
static void |
begin(java.lang.String jndiName)
|
static void |
end(java.lang.String jdbcName)
|
static java.sql.Connection |
getConnection(java.lang.String jndiName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionContext()
Method Detail |
---|
public static void begin(java.lang.String jndiName)
public static java.sql.Connection getConnection(java.lang.String jndiName) throws java.sql.SQLException
java.sql.SQLException
public static void end(java.lang.String jdbcName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |