java/sql-dk/nbproject/genfiles.properties
author František Kučera <franta-hg@frantovo.cz>
Fri, 04 Apr 2014 23:40:28 +0200
branchv_0
changeset 171 701ec4db43fb
parent 18 7900bb1666f6
child 173 b48a82a64a02
permissions -rw-r--r--
JDBC loopback driver: first version
experimental JDBC driver which does not need any real SQL database,
just passes values of statement parameters as a result set.
The first parameter is column count, then follows column names and then data.

Example:

2 a b c d e f

will result into table:

a | b
-----
c | d
e | f
     1 build.xml.data.CRC32=b51b939b
     2 build.xml.script.CRC32=f55b3340
     3 build.xml.stylesheet.CRC32=28e38971@1.56.1.46
     4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     6 nbproject/build-impl.xml.data.CRC32=b51b939b
     7 nbproject/build-impl.xml.script.CRC32=53c1d5ab
     8 nbproject/build-impl.xml.stylesheet.CRC32=c6d2a60f@1.56.1.46