Uses of Class
org.teiid.query.validator.UpdateValidator.UpdateType

Packages that use UpdateValidator.UpdateType
org.teiid.query.validator   
 

Uses of UpdateValidator.UpdateType in org.teiid.query.validator
 

Methods in org.teiid.query.validator that return UpdateValidator.UpdateType
 UpdateValidator.UpdateType UpdateValidator.UpdateInfo.getDeleteType()
           
 UpdateValidator.UpdateType UpdateValidator.UpdateInfo.getUpdateType()
           
static UpdateValidator.UpdateType UpdateValidator.UpdateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpdateValidator.UpdateType[] UpdateValidator.UpdateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.teiid.query.validator with parameters of type UpdateValidator.UpdateType
UpdateValidator(QueryMetadataInterface qmi, UpdateValidator.UpdateType insertType, UpdateValidator.UpdateType updateType, UpdateValidator.UpdateType deleteType)
           
 



Copyright © 2011. All Rights Reserved.