public class BeginNode extends ScopeNode implements LoopAcceptable, SqlConnectorAdjustable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
_nested |
static String |
MARK |
_childList| コンストラクタと説明 |
|---|
BeginNode(boolean nested) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
boolean |
isNested() |
String |
toString() |
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)
public boolean isNested()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.