org.seasar.extension.jdbc.query
クラス SqlFileUpdateImpl

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.query.AbstractQuery<SqlFileUpdate>
      上位を拡張 org.seasar.extension.jdbc.query.SqlFileUpdateImpl
すべての実装されたインタフェース:
Query<SqlFileUpdate>, SqlFileUpdate, SqlLogger, Update<SqlFileUpdate>

public class SqlFileUpdateImpl
extends AbstractQuery<SqlFileUpdate>
implements SqlFileUpdate

SqlFileUpdateの実装クラスです。

作成者:
taedium

フィールドの概要
protected  Node node
          SQLの解析ノードです。
protected  java.lang.Object parameter
          パラメータです。
protected  java.lang.String path
          SQLファイルのパスです。
protected  SqlContext sqlContext
          SQLコンテキストです。
 
クラス org.seasar.extension.jdbc.query.AbstractQuery から継承されたフィールド
callerClass, callerMethodName, completed, executedSql, jdbcManager, logger, paramList, queryTimeout
 
コンストラクタの概要
SqlFileUpdateImpl(JdbcManagerImplementor jdbcManager, java.lang.String path)
          SqlFileUpdateImplを作成します。
SqlFileUpdateImpl(JdbcManagerImplementor jdbcManager, java.lang.String path, java.lang.Object parameter)
          SqlFileUpdateImplを作成します。
 
メソッドの概要
 int execute()
          更新します。
protected  int executeInternal()
          データベースの更新を実行します。
 java.lang.String getPath()
          SQLファイルのパスを返します。
protected  java.sql.PreparedStatement getPreparedStatement(JdbcContext jdbcContext)
          準備されたステートメントを返します。
protected  void prepare(java.lang.String methodName)
          クエリの準備をします。
protected  void prepareNode()
          SQLの解析ノードを準備します。
protected  void prepareParameter()
          パラメータを準備します。
protected  void prepareSql()
          SQLを準備します。
 
クラス org.seasar.extension.jdbc.query.AbstractQuery から継承されたメソッド
addParam, addParam, addParam, addParam, assertNotCompleted, callerClass, callerMethodName, completed, getCallerClass, getCallerMethodName, getExecutedSql, getJdbcManager, getParam, getParamClasses, getParamSize, getParamValues, getParamValueTypes, getQueryTimeout, getValueType, handleResultSet, logSql, logSql, prepareCallerClassAndMethodName, prepareInParams, queryTimeout, resetParams, toStringArray
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.extension.jdbc.Query から継承されたメソッド
callerClass, callerMethodName, queryTimeout
 

フィールドの詳細

path

protected java.lang.String path
SQLファイルのパスです。


parameter

protected java.lang.Object parameter
パラメータです。


node

protected Node node
SQLの解析ノードです。


sqlContext

protected SqlContext sqlContext
SQLコンテキストです。

コンストラクタの詳細

SqlFileUpdateImpl

public SqlFileUpdateImpl(JdbcManagerImplementor jdbcManager,
                         java.lang.String path)
SqlFileUpdateImplを作成します。

パラメータ:
jdbcManager - 内部的なJDBCマネージャ
path - SQLファイルのパス

SqlFileUpdateImpl

public SqlFileUpdateImpl(JdbcManagerImplementor jdbcManager,
                         java.lang.String path,
                         java.lang.Object parameter)
SqlFileUpdateImplを作成します。

パラメータ:
jdbcManager - 内部的なJDBCマネージャ
path - SQLファイルのパス
parameter - パラメータ
メソッドの詳細

getPath

public java.lang.String getPath()
SQLファイルのパスを返します。

戻り値:
SQLファイルのパス

execute

public int execute()
インタフェース Update の記述:
更新します。

定義:
インタフェース Update<SqlFileUpdate> 内の execute
戻り値:
更新した行数。

executeInternal

protected int executeInternal()
データベースの更新を実行します。

戻り値:
更新した行数

getPreparedStatement

protected java.sql.PreparedStatement getPreparedStatement(JdbcContext jdbcContext)
準備されたステートメントを返します。

パラメータ:
jdbcContext - JDBCコンテキスト
戻り値:
準備されたステートメント

prepare

protected void prepare(java.lang.String methodName)
クラス AbstractQuery の記述:
クエリの準備をします。

定義:
クラス AbstractQuery<SqlFileUpdate> 内の prepare
パラメータ:
methodName - メソッド名

prepareNode

protected void prepareNode()
                    throws ResourceNotFoundRuntimeException
SQLの解析ノードを準備します。

例外:
ResourceNotFoundRuntimeException - パスに対応するリソースが見つからない場合。

prepareParameter

protected void prepareParameter()
パラメータを準備します。


prepareSql

protected void prepareSql()
SQLを準備します。



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.