提交 9b94dc1e authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release.

上级 d41ba251
......@@ -895,6 +895,13 @@ public class TestTools extends TestBase {
throw new UnsupportedOperationException();
}
/**
* Get the reader.
*
* @param pos the position
* @param length the length
* @return the reader
*/
public Reader getCharacterStream(long pos, long length) throws SQLException {
throw new UnsupportedOperationException();
}
......@@ -948,6 +955,9 @@ public class TestTools extends TestBase {
this.data = data;
}
/**
* Free the blob.
*/
public void free() throws SQLException {
// ignore
}
......@@ -956,6 +966,13 @@ public class TestTools extends TestBase {
throw new UnsupportedOperationException();
}
/**
* Get the binary stream.
*
* @param pos the position
* @param length the length
* @return the input stream
*/
public InputStream getBinaryStream(long pos, long length) throws SQLException {
throw new UnsupportedOperationException();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论