|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionContext
Interface-ized from EmbedConnectionContext. Some basic connection attributes that can be obtained from jdbc.
Field Summary | |
---|---|
static java.lang.String |
CONTEXT_ID
|
Method Summary | |
---|---|
java.sql.Connection |
getNestedConnection(boolean internal)
Get a new connection object equivalent to the call DriverManager.getConnection("jdbc:default:connection"); |
java.sql.ResultSet |
getResultSet(ResultSet executionResultSet)
Get a jdbc ResultSet based on the execution ResultSet. |
boolean |
processInaccessibleDynamicResult(java.sql.ResultSet resultSet)
Process the resultSet as a dynamic result for closure. |
Field Detail |
---|
static final java.lang.String CONTEXT_ID
Method Detail |
---|
java.sql.Connection getNestedConnection(boolean internal) throws java.sql.SQLException
DriverManager.getConnection("jdbc:default:connection");
java.sql.SQLException
- Parent connection has been closed.java.sql.ResultSet getResultSet(ResultSet executionResultSet) throws java.sql.SQLException
executionResultSet
- a result set as gotten from execution
java.sql.SQLException
- on errorboolean processInaccessibleDynamicResult(java.sql.ResultSet resultSet)
If the result set a valid dynamic result then false will be returned and no action made against it.
resultSet
- ResultSet to process.
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |