/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1568 by torben, Fri Jun 10 15:05:24 2011 UTC revision 1569 by torben, Sat Jul 9 07:31:01 2011 UTC
# Line 258  public class StationDAO { Line 258  public class StationDAO {
258          }          }
259                    
260          //used to create full dump in order to populate Google Appengine DB          //used to create full dump in order to populate Google Appengine DB
261          @Deprecated          //after 1.1.0 also used to populate client-side station list
262          public StationBean dumpAll() throws SQLException {          public StationBean dumpAll() throws SQLException {
263                                    
264                  String SQL = "SELECT id,name,latitude,longitude,stationcode_fjrn,stationcode_stog,stationcode_metro,address,0.0,aliases " +                  String SQL = "SELECT id,name,latitude,longitude,stationcode_fjrn,stationcode_stog,stationcode_metro,address,0.0,aliases " +

Legend:
Removed from v.1568  
changed lines
  Added in v.1569

  ViewVC Help
Powered by ViewVC 1.1.20