java/jdbc-loopback-driver/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 04 Apr 2014 23:40:28 +0200
branchv_0
changeset 171 701ec4db43fb
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

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.java.j2seproject</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
            <name>jdbc-loopback-driver</name>
            <source-roots>
                <root id="src.conf.dir" name="Config"/>
                <root id="src.dir"/>
            </source-roots>
            <test-roots>
                <root id="test.src.dir"/>
            </test-roots>
        </data>
    </configuration>
</project>