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

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

public class PostgresForUpdateTransformer
extends StandardForUpdateTransformer

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.dialect.StandardForUpdateTransformer から継承されたフィールド
aliases, forUpdateType, processed, waitSeconds
 
コンストラクタの概要
PostgresForUpdateTransformer(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
 

コンストラクタの詳細

PostgresForUpdateTransformer

public PostgresForUpdateTransformer(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.