Uses of Class
org.teiid.query.sql.proc.Block
-
-
Uses of Block in org.teiid.query.parser
Methods in org.teiid.query.parser that return Block Modifier and Type Method Description Block
SQLParser. compoundStatement(ParseInfo info)
-
Uses of Block in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type Block Modifier and Type Method Description void
UpdateProcedureResolver. resolveBlock(CreateProcedureCommand command, Block block, GroupContext originalExternalGroups, TempMetadataAdapter original)
-
Uses of Block in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Block Modifier and Type Method Description void
LanguageVisitor. visit(Block obj)
-
Uses of Block in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Block Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Block obj)
-
Uses of Block in org.teiid.query.sql.proc
Methods in org.teiid.query.sql.proc that return Block Modifier and Type Method Description Block
Block. clone()
Deep clone statement to produce a new identical block.Block
CreateProcedureCommand. getBlock()
Get the block on this command.Block
LoopStatement. getBlock()
Block
TriggerAction. getBlock()
Block
WhileStatement. getBlock()
Block
IfStatement. getElseBlock()
Get the statement's ELSE block.Block
IfStatement. getIfBlock()
Get the statement's IF block.Methods in org.teiid.query.sql.proc with parameters of type Block Modifier and Type Method Description void
CreateProcedureCommand. setBlock(Block block)
Set the block on this command.void
LoopStatement. setBlock(Block block)
void
TriggerAction. setBlock(Block block)
void
WhileStatement. setBlock(Block block)
void
IfStatement. setElseBlock(Block block)
Set the statement's ELSE block.void
IfStatement. setIfBlock(Block block)
Set the statement's IF block.Constructors in org.teiid.query.sql.proc with parameters of type Block Constructor Description CreateProcedureCommand(Block block)
Constructor for CreateUpdateProcedureCommand.IfStatement(Criteria criteria, Block ifBlock)
Constructor for IfStatement.IfStatement(Criteria criteria, Block ifBlock, Block elseBlock)
Constructor for IfStatement.LoopStatement(Block block, Command query, String cursorName)
TriggerAction(Block b)
WhileStatement(Criteria criteria, Block block)
Constructor for IfStatement. -
Uses of Block in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Block Modifier and Type Method Description void
SQLStringVisitor. visit(Block obj)
-
Uses of Block in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type Block Modifier and Type Method Description void
ValidationVisitor. visit(Block obj)
-