comparison tests/Bug_Connect_as_voc_getMetaData_Failure_Bug_6388.java @ 391:f523727db392

Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* This naming complies to the Java Package Naming convention as MonetDB's main website is www.monetdb.org.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 12 Nov 2020 22:02:01 +0100 (2020-11-12)
parents 54137aeb1f92
children bf9f6b6ecf40
comparison
equal deleted inserted replaced
390:6199e0be3c6e 391:f523727db392
12 public static void main(String[] args) throws SQLException 12 public static void main(String[] args) throws SQLException
13 { 13 {
14 Connection con1 = null; 14 Connection con1 = null;
15 Statement stmt1 = null; 15 Statement stmt1 = null;
16 16
17 // Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); // not needed anymore for self registering JDBC drivers
18 con1 = DriverManager.getConnection(args[0]); 17 con1 = DriverManager.getConnection(args[0]);
19 stmt1 = con1.createStatement(); 18 stmt1 = con1.createStatement();
20 19
21 // test the creation of a table with concurrent clients 20 // test the creation of a table with concurrent clients
22 try { 21 try {