org.apache.derby.iapi.sql.dictionary
Interface DataDictionaryContext

All Superinterfaces:
Context
All Known Implementing Classes:
DataDictionaryContextImpl

public interface DataDictionaryContext
extends 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.

Returns:
The data dictionary associated with this DataDictionaryContext

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.