comparison tests/Test_Cmanycon.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
9 import java.sql.*; 9 import java.sql.*;
10 import java.util.*; 10 import java.util.*;
11 11
12 public class Test_Cmanycon { 12 public class Test_Cmanycon {
13 public static void main(String[] args) throws Exception { 13 public static void main(String[] args) throws Exception {
14 // Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); // not needed anymore for self registering JDBC drivers
15 List<Connection> cons = new ArrayList<Connection>(100); // Connections go in here 14 List<Connection> cons = new ArrayList<Connection>(100); // Connections go in here
16 15
17 try { 16 try {
18 // spawn a lot of Connections, just for fun... 17 // spawn a lot of Connections, just for fun...
19 int i; 18 int i;