From 2f203acc7f28afce9e704cf27fd59d11e28ec2d5 Mon Sep 17 00:00:00 2001 From: Maurice Laveaux Date: Wed, 7 May 2014 12:31:49 +0200 Subject: Added classes to refactor the database code. * DBConnection creates a persistent conn. * DBQuery resolves and executes queries. * QueryUtils creates sql query text. --- nbproject/build-impl.xml | 18 ++++++++++++------ nbproject/genfiles.properties | 4 ++-- nbproject/project.properties | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'nbproject') diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index ef573dd..d88ddb4 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -80,9 +80,12 @@ is divided into following sections: - - - + + + + + + @@ -1199,11 +1202,14 @@ is divided into following sections: - + + + + - + @@ -1277,7 +1283,7 @@ is divided into following sections: - + Some tests failed; see details above. diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index e5a905b..229557a 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=8064a381@1.68.1.46 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=bae11919 -nbproject/build-impl.xml.script.CRC32=220d582d -nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46 +nbproject/build-impl.xml.script.CRC32=e529da7b +nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index 706ba09..a7c47fc 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -34,8 +34,8 @@ file.reference.postgresql-9.3-1101.jdbc41.jar=D:\\Downloads\\postgresql-9.3-1101 includes=** jar.compress=false javac.classpath=\ - ${file.reference.postgresql-9.3-1101.jdbc41.jar}:\ - ${file.reference.json.jar} + ${file.reference.json.jar}:\ + ${file.reference.postgresql-9.3-1101.jdbc41.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false -- cgit v1.2.1