org.seasar.doma.internal.jdbc.query
クラス NClobCreateQuery<R extends Domain<NClob,?>>

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.query.AbstractCreateQuery<NClob,R>
      上位を拡張 org.seasar.doma.internal.jdbc.query.NClobCreateQuery<R>
すべての実装されたインタフェース:
CreateQuery<R>, Query

public class NClobCreateQuery<R extends Domain<NClob,?>>
extends AbstractCreateQuery<NClob,R>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.query.AbstractCreateQuery から継承されたフィールド
callerClassName, callerMethodName, config, result
 
コンストラクタの概要
NClobCreateQuery()
           
 
メソッドの概要
 void compile()
           
 R create(Connection connection)
           
 
クラス org.seasar.doma.internal.jdbc.query.AbstractCreateQuery から継承されたメソッド
getClassName, getConfig, getMethodName, getQueryTimeout, getSql, setCallerClassName, setCallerMethodName, setConfig, setResult
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NClobCreateQuery

public NClobCreateQuery()
メソッドの詳細

compile

public void compile()

create

public R create(Connection connection)
                                 throws SQLException
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.