public class ElseNode extends ScopeNode implements LoopAcceptable, SqlConnectorAdjustable
_childList| コンストラクタと説明 |
|---|
ElseNode() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
accept(CommandContext ctx)
Accept the context of command.
|
void |
accept(CommandContext ctx,
LoopInfo loopInfo)
Accept context with loop information.
|
void |
doAccept(CommandContext ctx,
LoopInfo loopInfo) |
handleLoopElementNullParameter, processAcceptingChildrenaddChild, getChild, getChildSize, isBeginChildAndValidSqlpublic void accept(CommandContext ctx)
Nodepublic void accept(CommandContext ctx, LoopInfo loopInfo)
LoopAcceptableaccept インタフェース内 LoopAcceptablectx - The context of command. (NotNull)loopInfo - The information of loop. (NotNull)public void doAccept(CommandContext ctx, LoopInfo loopInfo)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.