Uses of Class
org.teiid.query.sql.lang.Update
-
-
Uses of Update in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type Update Modifier and Type Method Description protected void
AuthorizationValidationVisitor. validateEntitlements(Update obj)
Validate update entitlementsvoid
AuthorizationValidationVisitor. visit(Update obj)
-
Uses of Update in org.teiid.olingo.service
Methods in org.teiid.olingo.service that return Update Modifier and Type Method Description Update
ODataSQLBuilder. update(org.apache.olingo.commons.api.edm.EdmEntityType entityType, org.apache.olingo.commons.api.data.Entity entity, boolean prepared)
Update
ODataSQLBuilder. updateProperty(org.apache.olingo.commons.api.edm.EdmProperty edmProperty, org.apache.olingo.commons.api.data.Property property, boolean prepared, boolean rawValue)
Update
ReferenceUpdateSQLBuilder. updateReference(URI referenceId, boolean prepared, boolean delete)
Update
ODataSQLBuilder. updateStreamProperty(org.apache.olingo.commons.api.edm.EdmProperty edmProperty, InputStream content)
-
Uses of Update in org.teiid.query.parser
Methods in org.teiid.query.parser that return Update Modifier and Type Method Description Update
SQLParser. update(ParseInfo info)
-
Uses of Update in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter with parameters of type Update Modifier and Type Method Description static Command
QueryRewriter. createUpdateProcedure(Update update, QueryMetadataInterface metadata, CommandContext context)
-
Uses of Update in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Update Modifier and Type Method Description void
LanguageVisitor. visit(Update obj)
-
Uses of Update in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Update Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Update obj)
-
Uses of Update in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Update Modifier and Type Method Description void
AbstractSymbolMappingVisitor. visit(Update obj)
This method updates theUpdate
object it receives as an argument by replacing the virtual groups/elements with their physical counterparts.void
SQLStringVisitor. visit(Update obj)
-
Uses of Update in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type Update Modifier and Type Method Description protected void
ValidationVisitor. validateUpdate(Update update)
void
ValidationVisitor. visit(Update obj)
-