Home | History | Annotate | Download | only in sql

Lines Matching defs:maxConnections

110             int maxConnections = getConnectionNum();
111 openConnections(maxConnections);
113 maxConnections, vc.size());
156 int maxConnections = getConnectionNum();
157 Logger.global.info("Opening " + maxConnections + " to database "
159 openConnections(maxConnections);
161 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections;
163 + " by (maxConnections) " + maxConnections + " = "
180 * maxConnections, rs.getInt("counter"));
243 private void openConnections(int maxConnections) {
246 for (; i < maxConnections; ++i) {
250 maxConnections, i);
255 assertEquals("Unable to create a connection", maxConnections, i);