提交 25fb8c24 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved error message for unsupported features.

上级 22d37388
......@@ -697,7 +697,7 @@ public class JdbcCallableStatement extends JdbcPreparedStatement implements Call
*/
/*## Java 1.6 begin ##
public NClob getNClob(int parameterIndex) throws SQLException {
throw Message.throwGetUnsupportedException();
throw throwGetUnsupportedException();
}
## Java 1.6 end ##*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论