提交 ebf435d5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Javadocs

上级 131af90f
...@@ -98,9 +98,9 @@ public class TestUsingIndex extends TestBase { ...@@ -98,9 +98,9 @@ public class TestUsingIndex extends TestBase {
/** /**
* Return if the syntax is supported otherwise false * Return if the syntax is supported otherwise false
* *
* @param stat * @param stat the statement
* @param sql * @param sql the SQL statement
* @return * @return true if the query works, false if it fails
*/ */
private static boolean isSupportedSyntax(Statement stat, String sql) { private static boolean isSupportedSyntax(Statement stat, String sql) {
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论