Home
last modified time | relevance | path

Searched refs:sqlMaxTasks (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DStressTest.java173 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread()
174 Logger.global.info("TasksPerConnection = " + Support_SQL.sqlMaxTasks in testInsertOfManyRowsUsingOneThread()
210 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections; in testInsertOfManyRowsUsingManyThreads()
318 int tasksPerConnection = Support_SQL.sqlMaxTasks
/libcore/luni/src/test/resources/
Dconnection.properties9 sqlMaxTasks = 1000 key
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java45 public static int sqlMaxTasks = 1; field in Support_SQL
112 sqlMaxTasks = Integer.parseInt(properties.getProperty("sqlMaxTasks")); in loadProperties()