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

javadocs

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