Uses of Class
org.teiid.query.validator.UpdateValidator.UpdateInfo
-
Packages that use UpdateValidator.UpdateInfo Package Description org.teiid.query.mapping.relational org.teiid.query.resolver org.teiid.query.sql.lang org.teiid.query.validator -
-
Uses of UpdateValidator.UpdateInfo in org.teiid.query.mapping.relational
Methods in org.teiid.query.mapping.relational that return UpdateValidator.UpdateInfo Modifier and Type Method Description UpdateValidator.UpdateInfo
QueryNode. getUpdateInfo()
Methods in org.teiid.query.mapping.relational with parameters of type UpdateValidator.UpdateInfo Modifier and Type Method Description void
QueryNode. setUpdateInfo(UpdateValidator.UpdateInfo updateInfo)
-
Uses of UpdateValidator.UpdateInfo in org.teiid.query.resolver
Methods in org.teiid.query.resolver that return UpdateValidator.UpdateInfo Modifier and Type Method Description static UpdateValidator.UpdateInfo
ProcedureContainerResolver. getUpdateInfo(GroupSymbol group, QueryMetadataInterface metadata)
static UpdateValidator.UpdateInfo
ProcedureContainerResolver. getUpdateInfo(GroupSymbol group, QueryMetadataInterface metadata, int type, boolean validate)
Methods in org.teiid.query.resolver with parameters of type UpdateValidator.UpdateInfo Modifier and Type Method Description static String
ProcedureContainerResolver. validateUpdateInfo(GroupSymbol group, int type, UpdateValidator.UpdateInfo info)
-
Uses of UpdateValidator.UpdateInfo in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return UpdateValidator.UpdateInfo Modifier and Type Method Description UpdateValidator.UpdateInfo
ProcedureContainer. getUpdateInfo()
Methods in org.teiid.query.sql.lang with parameters of type UpdateValidator.UpdateInfo Modifier and Type Method Description void
ProcedureContainer. setUpdateInfo(UpdateValidator.UpdateInfo updateInfo)
-
Uses of UpdateValidator.UpdateInfo in org.teiid.query.validator
Methods in org.teiid.query.validator that return UpdateValidator.UpdateInfo Modifier and Type Method Description UpdateValidator.UpdateInfo
UpdateValidator. getUpdateInfo()
Methods in org.teiid.query.validator that return types with arguments of type UpdateValidator.UpdateInfo Modifier and Type Method Description List<UpdateValidator.UpdateInfo>
UpdateValidator.UpdateInfo. getUnionBranches()
-