• R/O
  • SSH
  • HTTPS

dbviewer: コミット


コミットメタ情報

リビジョン225 (tree)
日時2010-06-29 18:19:33
作者zigen

ログメッセージ

(メッセージはありません)

変更サマリ

差分

--- DBViewer/branches/2.0.0/src/zigen/plugin/db/core/rule/oracle/OracleExplainActionFactory.java (revision 224)
+++ DBViewer/branches/2.0.0/src/zigen/plugin/db/core/rule/oracle/OracleExplainActionFactory.java (revision 225)
@@ -17,7 +17,6 @@
1717 import zigen.plugin.db.explain.ExplainResultDialog;
1818 import zigen.plugin.db.explain.ExplainTreeModel;
1919 import zigen.plugin.db.explain.ExplainVo;
20-import zigen.plugin.db.explain.Messages;
2120
2221
2322 public class OracleExplainActionFactory extends AbstractExplainActionFactory {
@@ -24,11 +23,11 @@
2423 protected boolean supportOnlySelect(){
2524 return true;
2625 }
27-
26+
2827 protected String getExplainSql(String sql){
2928 return "EXPLAIN PLAN FOR " + sql;
3029 }
31-
30+
3231 private static String TRUNCATE_SQL = "truncate table plan_table"; //$NON-NLS-1$
3332
3433 protected void execSqlJob(Transaction trans, String explainSql, String secondaryId) throws Exception{
旧リポジトリブラウザで表示