public abstract class AbstractNode extends Object implements Node
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<Node> |
_childList |
| コンストラクタと説明 |
|---|
AbstractNode() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addChild(Node node)
Add the child node.
|
Node |
getChild(int index)
Get the child node by the index.
|
int |
getChildSize()
Get the size of children.
|
protected boolean |
isBeginChildAndValidSql(CommandContext ctx,
String sql) |
public int getChildSize()
NodegetChildSize インタフェース内 Nodeprotected boolean isBeginChildAndValidSql(CommandContext ctx, String sql)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.