|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.jdbc
Interface ConnectionContext

- 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 |
java.sql.ResultSet |
getResultSet(org.apache.derby.iapi.sql.ResultSet executionResultSet)
Get a jdbc ResultSet based on the execution ResultSet. |
| Field Detail |
CONTEXT_ID
public static final java.lang.String CONTEXT_ID
- See Also:
- Constant Field Values
| Method Detail |
getNestedConnection
public java.sql.Connection getNestedConnection(boolean internal) throws java.sql.SQLException
- Get a new connection object equivalent to the call
DriverManager.getConnection("jdbc:default:connection");
getResultSet
public java.sql.ResultSet getResultSet(org.apache.derby.iapi.sql.ResultSet executionResultSet) throws java.sql.SQLException
- Get a jdbc ResultSet based on the execution ResultSet.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC