|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.parser |
---|
Methods in com.metamatrix.query.parser that return CreateUpdateProcedureCommand | |
---|---|
CreateUpdateProcedureCommand |
SQLParser.createUpdateProcedure(ParseInfo info)
Parse create update procedure command |
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.processor.proc |
---|
Constructors in com.metamatrix.query.processor.proc with parameters of type CreateUpdateProcedureCommand | |
---|---|
ExecDynamicSqlInstruction(CreateUpdateProcedureCommand parentProcCommand,
DynamicCommand command,
QueryMetadataInterface metadata,
IDGenerator idGenerator,
CapabilitiesFinder capFinder)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.resolver.command |
---|
Methods in com.metamatrix.query.resolver.command with parameters of type CreateUpdateProcedureCommand | |
---|---|
void |
UpdateProcedureResolver.resolveVirtualGroupElements(CreateUpdateProcedureCommand procCommand,
boolean useMetadataCommands,
QueryMetadataInterface metadata)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.rewriter |
---|
Methods in com.metamatrix.query.rewriter with parameters of type CreateUpdateProcedureCommand | |
---|---|
static Command |
QueryRewriter.rewrite(Command command,
CreateUpdateProcedureCommand procCommand,
QueryMetadataInterface metadata,
CommandContext context)
|
static Command |
QueryRewriter.rewrite(Command command,
CreateUpdateProcedureCommand procCommand,
QueryMetadataInterface metadata,
CommandContext context,
java.util.Map variableValues,
int commandType)
|
static Criteria |
QueryRewriter.rewriteCriteria(Criteria criteria,
CreateUpdateProcedureCommand procCommand,
CommandContext context,
QueryMetadataInterface metadata)
Rewrite the criteria by evaluating some trivial cases. |
static Expression |
QueryRewriter.rewriteExpression(Expression expression,
CreateUpdateProcedureCommand procCommand,
CommandContext context,
QueryMetadataInterface metadata)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.sql |
---|
Methods in com.metamatrix.query.sql with parameters of type CreateUpdateProcedureCommand | |
---|---|
void |
LanguageVisitor.visit(CreateUpdateProcedureCommand obj)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.sql.navigator |
---|
Methods in com.metamatrix.query.sql.navigator with parameters of type CreateUpdateProcedureCommand | |
---|---|
void |
PreOrPostOrderNavigator.visit(CreateUpdateProcedureCommand obj)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.sql.util |
---|
Methods in com.metamatrix.query.sql.util that return CreateUpdateProcedureCommand | |
---|---|
static CreateUpdateProcedureCommand |
UpdateProcedureGenerator.createProcedure(int procedureType,
java.lang.String virtualGroup,
Command queryTransformation,
QueryMetadataInterface metadata)
Create CreateUpdateProcedureCommand for the specific virtual group. |
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor with parameters of type CreateUpdateProcedureCommand | |
---|---|
void |
SQLStringVisitor.visit(CreateUpdateProcedureCommand obj)
|
Uses of CreateUpdateProcedureCommand in com.metamatrix.query.validator |
---|
Methods in com.metamatrix.query.validator with parameters of type CreateUpdateProcedureCommand | |
---|---|
protected void |
ValidationVisitor.validateContainsRowsUpdatedVariable(CreateUpdateProcedureCommand obj)
Validate that the command assigns a value to the ROWS_UPDATED variable |
void |
ValidationVisitor.visit(CreateUpdateProcedureCommand obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |