提交 1c1ccd9d authored 作者: Thomas Mueller's avatar Thomas Mueller

javadocs

上级 3d5dd78c
...@@ -168,6 +168,9 @@ public class TestCancel extends TestBase { ...@@ -168,6 +168,9 @@ public class TestCancel extends TestBase {
/** /**
* This method is called via reflection from the database. * This method is called via reflection from the database.
*
* @param x the value
* @return the value
*/ */
public static int visit(int x) { public static int visit(int x) {
lastVisited = x; lastVisited = x;
......
...@@ -73,11 +73,9 @@ public class TestCrashAPI extends TestBase { ...@@ -73,11 +73,9 @@ public class TestCrashAPI extends TestBase {
// can not use FILE_LOCK=NO, otherwise something could be written into // can not use FILE_LOCK=NO, otherwise something could be written into
// the database in the finalize method // the database in the finalize method
// ";STORAGE=TEXT";
String add = ""; String add = "";
// int testing; // int testing;
// add = ";STORAGE=TEXT";
// if(openCount >= 32) { // if(openCount >= 32) {
// int test; // int test;
// Runtime.getRuntime().halt(0); // Runtime.getRuntime().halt(0);
......
...@@ -32,7 +32,7 @@ public class TestKillRestart extends TestBase { ...@@ -32,7 +32,7 @@ public class TestKillRestart extends TestBase {
deleteDb("killRestart"); deleteDb("killRestart");
String url = getURL("killRestart", true); String url = getURL("killRestart", true);
// String url = getURL( // String url = getURL(
// "killRestart;CACHE_SIZE=2048;WRITE_DELAY=0;STORAGE=TEXT", true); // "killRestart;CACHE_SIZE=2048;WRITE_DELAY=0", true);
String user = getUser(), password = getPassword(); String user = getUser(), password = getPassword();
String selfDestruct = SelfDestructor.getPropertyString(60); String selfDestruct = SelfDestructor.getPropertyString(60);
String[] procDef = new String[] { "java", selfDestruct, String[] procDef = new String[] { "java", selfDestruct,
......
...@@ -75,6 +75,7 @@ public interface DbInterface { ...@@ -75,6 +75,7 @@ public interface DbInterface {
* Execute a query. * Execute a query.
* *
* @param sql the SQL statement * @param sql the SQL statement
* @return the result
*/ */
Result select(String sql) throws SQLException; Result select(String sql) throws SQLException;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论