提交 2c2262d3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Javadocs.

上级 90721f7e
......@@ -64,7 +64,7 @@ import java.util.logging.Logger;
*
* @author Christian d'Heureuse
* (<a href="http://www.source-code.biz">www.source-code.biz</a>)
* @author Thomas Mueller (ported to Java 1.4, some changes)
* @author Thomas Mueller
*/
public class JdbcConnectionPool implements DataSource, ConnectionEventListener {
......
......@@ -903,7 +903,6 @@ public abstract class Value {
* @param onlyToSmallerScale if the scale should not reduced
* @param targetScale the requested scale
* @return the value
* @throws SQLException
*/
public Value convertScale(boolean onlyToSmallerScale, int targetScale) {
return this;
......@@ -965,7 +964,6 @@ public abstract class Value {
* @param handler the data handler
* @param tableId the table to link to
* @return the new value or itself
* @throws SQLException
*/
public Value link(DataHandler handler, int tableId) {
return this;
......@@ -984,8 +982,6 @@ public abstract class Value {
/**
* Mark any underlying resource as 'not linked to any table'. For values
* that are kept fully in memory this method has no effect.
*
* @throws SQLException
*/
public void unlink() {
// nothing to do
......@@ -1004,8 +1000,6 @@ public abstract class Value {
/**
* Close the underlying resource, if any. For values that are kept fully in
* memory this method has no effect.
*
* @throws SQLException
*/
public void close() {
// nothing to do
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论