org.seasar.extension.sql.node
クラス ContainerNode
java.lang.Object
org.seasar.extension.sql.node.AbstractNode
org.seasar.extension.sql.node.ContainerNode
- すべての実装インタフェース:
- Node
- 直系の既知のサブクラス:
- AddWhereIfNode, BeginNode, ElseNode, IfNode
- public class ContainerNode
- extends AbstractNode
Node
のコンテナクラスです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerNode
public ContainerNode()
ContainerNode
を作成します。
accept
public void accept(SqlContext ctx)
- インタフェース
Node
の記述:
CommandContext
をこのNode
に、 適用します。
- パラメータ:
ctx
-
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.