/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/db/DatabaseLayer.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/db/DatabaseLayer.java

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

revision 2494 by torben, Tue Mar 24 20:33:35 2015 UTC revision 2495 by torben, Wed Mar 25 04:18:49 2015 UTC
# Line 22  import dk.daoas.daoadresseservice.util.D Line 22  import dk.daoas.daoadresseservice.util.D
22    
23  public class DatabaseLayer {  public class DatabaseLayer {
24                    
25          static boolean DEBUG = false;          static boolean DEBUG = true;
26                    
27          public static List<Address> getAllAdresses() throws SQLException {          public static List<Address> getAllAdresses() throws SQLException {
28                  String debugFilter = DatabaseLayer.DEBUG ? " AND postnr = 8700 " : "";                  String debugFilter = DatabaseLayer.DEBUG ? " AND postnr = 8700 " : "";

Legend:
Removed from v.2494  
changed lines
  Added in v.2495

  ViewVC Help
Powered by ViewVC 1.1.20