Menu

help getgetSqlStatement().. where?

2007-09-11
2013-04-29
  • java developer

    java developer - 2007-09-11

    Thanks,,, ^^

    I can't speak english very well..
    Excuse me...

    ......
    package net.sourceforge.sqlexplorer.plugin.views;
    in SqlResultsView.java..

    143 line..
    String sqlStatement = sqlExecution.getSqlStatement();

    getSqlStatement() <- this... no class, no file..

    I can't search file or class file.. where.. this file?! ^^;

    Thank you... read...

     
    • John Spackman

      John Spackman - 2007-09-18

      getSqlStatement() was in net.sourceforge.sqlexplorer.sqlpanel.SQLResult but it has been removed; you should now use SQLResult.getQuery().getQuerySql()

      John

       

Log in to post a comment.