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.
CONTEXT_ID
public static final java.lang.String CONTEXT_ID
- See Also:
- Constant Field Values
getDataDictionary
public DataDictionary getDataDictionary()
- Get the DataDictionaty from this DataDictionaryContext.
- Returns:
- The data dictionary associated with this
DataDictionaryContext
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.