提交 53e07a08 authored 作者: noelgrandin's avatar noelgrandin

fix outdated comments

上级 820af1e7
...@@ -179,7 +179,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD ...@@ -179,7 +179,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD
/** /**
* Checks if this an autoincrement column. * Checks if this an autoincrement column.
* It always returns false.
* *
* @param column the column index (1,2,...) * @param column the column index (1,2,...)
* @return false * @return false
...@@ -363,7 +362,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD ...@@ -363,7 +362,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD
/** /**
* Gets the precision for this column. * Gets the precision for this column.
* This method always returns 0.
* *
* @param column the column index (1,2,...) * @param column the column index (1,2,...)
* @return the precision * @return the precision
...@@ -382,7 +380,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD ...@@ -382,7 +380,6 @@ public class JdbcResultSetMetaData extends TraceObject implements ResultSetMetaD
/** /**
* Gets the scale for this column. * Gets the scale for this column.
* This method always returns 0.
* *
* @param column the column index (1,2,...) * @param column the column index (1,2,...)
* @return the scale * @return the scale
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论