提交 b5ac069e authored 作者: noelgrandin's avatar noelgrandin

remove more dead code

上级 8d11f83b
......@@ -76,17 +76,6 @@ public class ValueLobDb extends Value implements Value.ValueClob, Value.ValueBlo
this.tempFile = null;
}
private ValueLobDb(int type, DataHandler handler) {
this.type = type;
this.handler = handler;
this.small = null;
this.precision = 0;
this.lobId = 0;
this.hmac = null;
this.fileName = null;
this.tempFile = null;
}
/**
* Create temporary CLOB from Reader.
*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论