org.seasar.doma.internal.jdbc.sql.node
インタフェース ForUpdateClauseNodeVisitor<R,P>

すべてのスーパーインタフェース:
SqlNodeVisitor<R,P>
既知の実装クラスの一覧:
NodePreparedSqlBuilder, SelectStatementNode.CopyingVisitor

public interface ForUpdateClauseNodeVisitor<R,P>
extends SqlNodeVisitor<R,P>

作成者:
taedium

メソッドの概要
 R visitForUpdateClauseNode(ForUpdateClauseNode node, P p)
           
 
インタフェース org.seasar.doma.jdbc.SqlNodeVisitor から継承されたメソッド
visitUnknownNode
 

メソッドの詳細

visitForUpdateClauseNode

R visitForUpdateClauseNode(ForUpdateClauseNode node,
                           P p)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.