org.seasar.doma.internal.jdbc.dialect
クラス OracleForUpdateTransformer

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.dialect.StandardForUpdateTransformer
      上位を拡張 org.seasar.doma.internal.jdbc.dialect.OracleForUpdateTransformer
すべての実装されたインタフェース:
SelectStatementNodeVisitor<SqlNode,Void>, SqlNodeVisitor<SqlNode,Void>

public class OracleForUpdateTransformer
extends StandardForUpdateTransformer

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.dialect.StandardForUpdateTransformer から継承されたフィールド
aliases, forUpdateType, processed, waitSeconds
 
コンストラクタの概要
OracleForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases)
           
 
メソッドの概要
 SqlNode visitSelectStatementNode(SelectStatementNode node, Void p)
           
 
クラス org.seasar.doma.internal.jdbc.dialect.StandardForUpdateTransformer から継承されたメソッド
transform, visitUnknownNode
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OracleForUpdateTransformer

public OracleForUpdateTransformer(SelectForUpdateType forUpdateType,
                                  int waitSeconds,
                                  String... aliases)
メソッドの詳細

visitSelectStatementNode

public SqlNode visitSelectStatementNode(SelectStatementNode node,
                                        Void p)
定義:
インタフェース SelectStatementNodeVisitor<SqlNode,Void> 内の visitSelectStatementNode
オーバーライド:
クラス StandardForUpdateTransformer 内の visitSelectStatementNode


Copyright © 2009 The Seasar Foundation. All Rights Reserved.