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

- 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.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC