|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
---|---|
com.metamatrix.query.parser | |
com.metamatrix.query.sql | |
com.metamatrix.query.sql.navigator | |
com.metamatrix.query.sql.proc | |
com.metamatrix.query.sql.visitor |
Uses of Block in com.metamatrix.query.parser |
---|
Methods in com.metamatrix.query.parser that return Block | |
---|---|
Block |
SQLParser.block(ParseInfo info)
Parse block |
Uses of Block in com.metamatrix.query.sql |
---|
Methods in com.metamatrix.query.sql with parameters of type Block | |
---|---|
void |
LanguageVisitor.visit(Block obj)
|
Uses of Block in com.metamatrix.query.sql.navigator |
---|
Methods in com.metamatrix.query.sql.navigator with parameters of type Block | |
---|---|
void |
PreOrPostOrderNavigator.visit(Block obj)
|
Uses of Block in com.metamatrix.query.sql.proc |
---|
Methods in com.metamatrix.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 com.metamatrix.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 com.metamatrix.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 com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor with parameters of type Block | |
---|---|
void |
SQLStringVisitor.visit(Block obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |