org.seasar.extension.sql
インタフェース Node

既知の実装クラスの一覧:
AbstractNode

public interface Node

SQLを構成する個々の要素をあらわします。

作成者:
higa

メソッドの概要
 void accept(SqlContext ctx)
          CommandContextをこのNodeに、 適用します。
 void addChild(Node node)
          子供のNodeを追加します。
 Node getChild(int index)
          指定されたインデックス番号indexNodeを返します。
 int getChildSize()
          子供の要素数を返します。
 

メソッドの詳細

getChildSize

public int getChildSize()
子供の要素数を返します。

戻り値:
要素数

getChild

public Node getChild(int index)
指定されたインデックス番号indexNodeを返します。

パラメータ:
index -
戻り値:

addChild

public void addChild(Node node)
子供のNodeを追加します。

パラメータ:
node -

accept

public void accept(SqlContext ctx)
CommandContextをこのNodeに、 適用します。

パラメータ:
ctx -


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.