/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java

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

revision 2209 by torben, Thu Sep 11 16:42:08 2014 UTC revision 2210 by torben, Thu Sep 11 18:04:29 2014 UTC
# Line 188  public class Database { Line 188  public class Database {
188    
189    
190          protected ArrayList<Adresse> hentAdresseListe(PreparedStatement stmt) throws SQLException{          protected ArrayList<Adresse> hentAdresseListe(PreparedStatement stmt) throws SQLException{
191                  ArrayList<Adresse> list = new ArrayList<Adresse>( 30000 );                  ArrayList<Adresse> list = new ArrayList<Adresse>( 1000000 );
192    
193                  //logger.info("Starting query");                  //logger.info("Starting query");
194                  ResultSet res = stmt.executeQuery();                  ResultSet res = stmt.executeQuery();

Legend:
Removed from v.2209  
changed lines
  Added in v.2210

  ViewVC Help
Powered by ViewVC 1.1.20