Modifier and Type | Method and Description |
---|---|
ProcessorPlan |
TriggerActionPlanner.optimize(ProcedureContainer userCommand,
TriggerAction ta,
IDGenerator idGenerator,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder,
AnalysisRecord analysisRecord,
CommandContext context) |
Modifier and Type | Method and Description |
---|---|
static Command |
RowBasedSecurityHelper.checkUpdateRowBasedFilters(ProcedureContainer container,
Command procedure,
RelationalPlanner planner) |
Modifier and Type | Method and Description |
---|---|
static Command |
QueryResolver.expandCommand(ProcedureContainer proc,
QueryMetadataInterface metadata,
AnalysisRecord analysisRecord) |
Command |
ProcedureContainerResolver.expandCommand(ProcedureContainer procCommand,
QueryMetadataInterface metadata,
AnalysisRecord analysis)
Expand a command by finding and attaching all subcommands to the command.
|
protected void |
ProcedureContainerResolver.resolveGroup(TempMetadataAdapter metadata,
ProcedureContainer procCommand) |
Modifier and Type | Method and Description |
---|---|
protected void |
InsertResolver.resolveGroup(TempMetadataAdapter metadata,
ProcedureContainer procCommand) |
protected void |
ExecResolver.resolveGroup(TempMetadataAdapter metadata,
ProcedureContainer procCommand) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(ProcedureContainer obj) |
Modifier and Type | Class and Description |
---|---|
class |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM
|
class |
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO
|
class |
StoredProcedure
Represents a StoredProcedure statement of the form:
|
class |
Update
Represents a SQL Update statement of the form:
"UPDATE
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProcedureContainer.copyMetadataState(ProcedureContainer copy) |
Copyright © 2019. All rights reserved.