提交 4937205c authored 作者: noelgrandin's avatar noelgrandin

quiet down some javadoc warnings

上级 99fe80ea
......@@ -682,7 +682,7 @@ public class JdbcPreparedStatement extends JdbcStatement implements PreparedStat
/**
* [Not supported] This feature is deprecated and not supported.
*
* @deprecated
* @deprecated since JDBC 2.0, use setCharacterStream
*/
public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException {
throw unsupported("unicodeStream");
......
......@@ -755,7 +755,7 @@ public class JdbcResultSet extends TraceObject implements ResultSet {
/**
* [Not supported]
* @deprecated
* @deprecated since JDBC 2.0, use getCharacterStream
*/
public InputStream getUnicodeStream(int columnIndex) throws SQLException {
throw unsupported("unicodeStream");
......@@ -763,7 +763,7 @@ public class JdbcResultSet extends TraceObject implements ResultSet {
/**
* [Not supported]
* @deprecated
* @deprecated since JDBC 2.0, use setCharacterStream
*/
public InputStream getUnicodeStream(String columnLabel) throws SQLException {
throw unsupported("unicodeStream");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论