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

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

public class ClobCreateQuery<R extends Domain<Clob,?>>
extends AbstractCreateQuery<Clob,R>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.query.AbstractCreateQuery から継承されたフィールド
callerClassName, callerMethodName, config, result
 
コンストラクタの概要
ClobCreateQuery()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

ClobCreateQuery

public ClobCreateQuery()
メソッドの詳細

compile

public void compile()

create

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.