Package org.teiid.query.validator
Class UpdateValidator.UpdateMapping
- java.lang.Object
-
- org.teiid.query.validator.UpdateValidator.UpdateMapping
-
- Enclosing class:
- UpdateValidator
public static class UpdateValidator.UpdateMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupSymbol
getCorrelatedName()
GroupSymbol
getGroup()
Map<ElementSymbol,ElementSymbol>
getUpdatableViewSymbols()
boolean
isInsertAllowed()
boolean
isUpdateAllowed()
-
-
-
Method Detail
-
getUpdatableViewSymbols
public Map<ElementSymbol,ElementSymbol> getUpdatableViewSymbols()
-
isInsertAllowed
public boolean isInsertAllowed()
-
isUpdateAllowed
public boolean isUpdateAllowed()
-
getGroup
public GroupSymbol getGroup()
-
getCorrelatedName
public GroupSymbol getCorrelatedName()
-
-