Uses of Class
org.teiid.query.sql.proc.Block

Packages that use Block
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.proc   
org.teiid.query.sql.visitor   
 

Uses of Block in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return Block
 Block SQLParser.block(ParseInfo info)
          Parse block
 

Uses of Block in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type Block
 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
 void PreOrPostOrderNavigator.visit(Block obj)
           
 

Uses of Block in org.teiid.query.sql.proc
 

Methods in org.teiid.query.sql.proc that return Block
 Block CreateUpdateProcedureCommand.getBlock()
          Get the block on this command.
 Block LoopStatement.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
 void CreateUpdateProcedureCommand.setBlock(Block block)
          Set the block on this command.
 void LoopStatement.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
CreateUpdateProcedureCommand(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, java.lang.String cursorName)
           
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
 void SQLStringVisitor.visit(Block obj)
           
 



Copyright © 2010. All Rights Reserved.