クラス
ts.query.QueryExecutionContent の使用

ts.query での QueryExecutionContent の使用
 

QueryExecutionContent を返す ts.query のメソッド
protected  QueryExecutionContent QueryExecution.createContent()
          実行内容オブジェクトを作成する。
 

QueryExecutionContent 型のパラメータを持つ ts.query のメソッド
protected  void QueryExecution.checkFetchCount(QueryExecutionContent content, int count)
          取得データ件数オーバーの判定を行う。
protected  void QueryExecution.checkTimeout(QueryExecutionContent content)
          タイムアウトの判定を行う。
protected  void BatchedQueryExecution.disposeContent(QueryExecutionContent content, QueryResult result)
          実行内容オブジェクトの後始末をする。
protected  void QueryExecution.disposeContent(QueryExecutionContent content, QueryResult result)
          実行内容オブジェクトの後始末をする。
protected abstract  void QueryExecution.executeContent(QueryExecutionContent content)
          実行内容オブジェクトの内容を実行する。
protected  ts.util.table.Table<java.lang.String,java.io.Serializable> QueryExecution.newResultTable(QueryExecutionContent content)
          結果データを格納するテーブルを作成する。
protected abstract  void QueryExecution.prepareContent(QueryExecutionContent content, java.util.Map<java.lang.String,java.lang.Object> inputMap)
          実行内容オブジェクトの準備処理を実行する。
protected  void BatchedQueryExecution.prepareResultTable(QueryExecutionContent content)
          実行内容オブジェクトに結果データ・テーブルを設定する。
protected  void QueryExecution.prepareResultTable(QueryExecutionContent content)
          実行内容オブジェクトに結果データ・テーブルを設定する。
 



Copyright (C) SATOH Takayuki All Rights Reserved.