org.teiid.query.validator
Class UpdateValidator.UpdateMapping

java.lang.Object
  extended by org.teiid.query.validator.UpdateValidator.UpdateMapping
Enclosing class:
UpdateValidator

public static class UpdateValidator.UpdateMapping
extends java.lang.Object


Constructor Summary
UpdateValidator.UpdateMapping()
           
 
Method Summary
 GroupSymbol getCorrelatedName()
           
 GroupSymbol getGroup()
           
 java.util.Map<ElementSymbol,ElementSymbol> getUpdatableViewSymbols()
           
 boolean isInsertAllowed()
           
 boolean isUpdateAllowed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateValidator.UpdateMapping

public UpdateValidator.UpdateMapping()
Method Detail

getUpdatableViewSymbols

public java.util.Map<ElementSymbol,ElementSymbol> getUpdatableViewSymbols()

isInsertAllowed

public boolean isInsertAllowed()

isUpdateAllowed

public boolean isUpdateAllowed()

getGroup

public GroupSymbol getGroup()

getCorrelatedName

public GroupSymbol getCorrelatedName()


Copyright © 2011. All Rights Reserved.