Uses of Class
org.teiid.query.sql.lang.Insert
-
-
Uses of Insert in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type Insert Modifier and Type Method Description protected void
AuthorizationValidationVisitor. validateEntitlements(Insert obj)
Validate insert/merge entitlementsvoid
AuthorizationValidationVisitor. visit(Insert obj)
-
Uses of Insert in org.teiid.olingo.service
Methods in org.teiid.olingo.service that return Insert Modifier and Type Method Description Insert
ODataSQLBuilder. insert(org.apache.olingo.commons.api.edm.EdmEntityType entityType, org.apache.olingo.commons.api.data.Entity entity, List<org.apache.olingo.server.api.uri.UriParameter> keys, boolean prepared)
-
Uses of Insert in org.teiid.query.parser
Methods in org.teiid.query.parser that return Insert Modifier and Type Method Description Insert
SQLParser. insert(ParseInfo info)
-
Uses of Insert in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type Insert Modifier and Type Method Description void
InsertResolver. resolveTypes(Insert insert, TempMetadataAdapter metadata, List values, boolean usingQuery)
-
Uses of Insert in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter with parameters of type Insert Modifier and Type Method Description static Command
QueryRewriter. rewriteAsUpsertProcedure(Insert insert, QueryMetadataInterface metadata, CommandContext context)
-
Uses of Insert in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Insert Modifier and Type Method Description void
LanguageVisitor. visit(Insert obj)
-
Uses of Insert in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Insert Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Insert obj)
-
Uses of Insert in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Insert Modifier and Type Method Description void
AbstractSymbolMappingVisitor. visit(Insert obj)
This method updates theInsert
object it receives as an argument by replacing the virtual groups/elements with their physical counterparts.void
CommandCollectorVisitor. visit(Insert obj)
void
ExpressionMappingVisitor. visit(Insert obj)
void
SQLStringVisitor. visit(Insert obj)
-
Uses of Insert in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type Insert Modifier and Type Method Description UpdateValidator.UpdateMapping
UpdateValidator.UpdateInfo. findInsertUpdateMapping(Insert insert, boolean rewrite)
protected void
ValidationVisitor. validateInsert(Insert obj)
void
ValidationVisitor. visit(Insert obj)
-