public static interface ForeingKey.ContextForeingKey extends Disposable
Modifier and Type | Method and Description |
---|---|
DynObject |
getContextValues() |
FeatureStore |
getFeatureStore() |
FeatureSymbolTable |
getFeatureSymbolTable() |
Expression |
getLabelExpression() |
StoresRepository |
getStoresRepository() |
SymbolTable |
getSymbolTable() |
DataTransaction |
getTransaction() |
void |
setContextValues(DynObject values) |
void |
setTransaction(DataTransaction transaction) |
dispose
StoresRepository getStoresRepository()
FeatureStore getFeatureStore()
Expression getLabelExpression()
FeatureSymbolTable getFeatureSymbolTable()
SymbolTable getSymbolTable()
DynObject getContextValues()
void setContextValues(DynObject values)
void setTransaction(DataTransaction transaction)
DataTransaction getTransaction()