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

Quick Search    Search Deep

org.apache.derby.iapi.sql.dictionary
Interface DataDictionaryContext  view DataDictionaryContext download DataDictionaryContext.java

All Superinterfaces:
org.apache.derby.iapi.services.context.Context

public interface DataDictionaryContext
extends org.apache.derby.iapi.services.context.Context

DataDictionaryContext stores the data dictionary to be used by the language module. Stack compiler contexts when a new, local data dictionary is needed.


Field Summary
static java.lang.String CONTEXT_ID
           
 
Method Summary
 DataDictionary getDataDictionary()
          Get the DataDictionaty from this DataDictionaryContext.
 
Methods inherited from interface org.apache.derby.iapi.services.context.Context
cleanupOnError, getContextManager, getIdName, isLastHandler, popMe, pushMe
 

Field Detail

CONTEXT_ID

public static final java.lang.String CONTEXT_ID
See Also:
Constant Field Values
Method Detail

getDataDictionary

public DataDictionary getDataDictionary()
Get the DataDictionaty from this DataDictionaryContext.