java/jdbc-loopback-driver/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
child 231 71439ecbe71f
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
franta-hg@171
     1
build.xml.data.CRC32=09144cff
franta-hg@171
     2
build.xml.script.CRC32=58587e87
franta-hg@171
     3
build.xml.stylesheet.CRC32=8064a381@1.74.1.48
franta-hg@171
     4
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
franta-hg@171
     5
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
franta-hg@171
     6
nbproject/build-impl.xml.data.CRC32=09144cff
franta-hg@171
     7
nbproject/build-impl.xml.script.CRC32=1af5d34f
franta-hg@171
     8
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.1.48