Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.jdbc
Interface ConnectionContext  view ConnectionContext download ConnectionContext.java


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.