org.seasar.doma.internal.jdbc.sql
クラス InParameter

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.sql.InParameter
すべての実装されたインタフェース:
CallableSqlParameter, PreparedSqlParameter, SqlParameter

public class InParameter
extends Object
implements PreparedSqlParameter, CallableSqlParameter

作成者:
taedium

フィールドの概要
protected  Domain<?,?> domain
           
 
コンストラクタの概要
InParameter(Domain<?,?> domain)
           
 
メソッドの概要
<R,P,TH extends Throwable>
R
accept(CallableSqlParameterVisitor<R,P,TH> visitor, P p)
           
 Domain<?,?> getDomain()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

domain

protected final Domain<?,?> domain
コンストラクタの詳細

InParameter

public InParameter(Domain<?,?> domain)
メソッドの詳細

getDomain

public Domain<?,?> getDomain()
定義:
インタフェース PreparedSqlParameter 内の getDomain

accept

public <R,P,TH extends Throwable> R accept(CallableSqlParameterVisitor<R,P,TH> visitor,
                                           P p)
         throws TH extends Throwable
定義:
インタフェース CallableSqlParameter 内の accept
例外:
TH extends Throwable


Copyright © 2009 The Seasar Foundation. All Rights Reserved.