Uses of Class
org.teiid.query.validator.UpdateValidator.UpdateType
-
Packages that use UpdateValidator.UpdateType Package Description org.teiid.query.validator -
-
Uses of UpdateValidator.UpdateType in org.teiid.query.validator
Methods in org.teiid.query.validator that return UpdateValidator.UpdateType Modifier and Type Method Description UpdateValidator.UpdateType
UpdateValidator.UpdateInfo. getDeleteType()
UpdateValidator.UpdateType
UpdateValidator.UpdateInfo. getUpdateType()
static UpdateValidator.UpdateType
UpdateValidator.UpdateType. valueOf(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 Constructor Description UpdateValidator(QueryMetadataInterface qmi, UpdateValidator.UpdateType insertType, UpdateValidator.UpdateType updateType, UpdateValidator.UpdateType deleteType)
-