提交 c835496e authored 作者: Thomas Mueller's avatar Thomas Mueller

javadocs

上级 1c1ccd9d
......@@ -85,7 +85,7 @@ public class JdbcDatabaseMetaData extends TraceObject implements DatabaseMetaDat
}
/**
* Gets the version number of the driver in the format
* Gets the version number of the driver. The format is
* [MajorVersion].[MinorVersion].
*
* @return the version number
......
......@@ -96,7 +96,7 @@ implements ParameterMetaData
/**
* Returns the parameter precision.
* 0 is returned if the precision is not known.
* The value 0 is returned if the precision is not known.
*
* @param param the column index (1,2,...)
* @return the precision
......@@ -113,7 +113,7 @@ implements ParameterMetaData
/**
* Returns the parameter scale.
* 0 is returned if the scale is not known.
* The value 0 is returned if the scale is not known.
*
* @param param the column index (1,2,...)
* @return the scale
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论