提交 0dfa89be authored 作者: Thomas Mueller's avatar Thomas Mueller

javadocs

上级 a8738d92
...@@ -238,6 +238,7 @@ public class Column { ...@@ -238,6 +238,7 @@ public class Column {
* *
* @param session the session * @param session the session
* @param value the value or null * @param value the value or null
* @return the new or converted value
*/ */
public Value validateConvertUpdateSequence(Session session, Value value) throws SQLException { public Value validateConvertUpdateSequence(Session session, Value value) throws SQLException {
if (value == null) { if (value == null) {
......
...@@ -591,7 +591,7 @@ public class TableFilter implements ColumnResolver { ...@@ -591,7 +591,7 @@ public class TableFilter implements ColumnResolver {
/** /**
* Set the session of this table filter. * Set the session of this table filter.
* *
* @param session * @param session the new session
*/ */
void setSession(Session session) { void setSession(Session session) {
this.session = session; this.session = session;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论