提交 bf580665 编写于 作者: L lancea

6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs

Reviewed-by: darcy
上级 278661b3
...@@ -3578,9 +3578,9 @@ public interface DatabaseMetaData extends Wrapper { ...@@ -3578,9 +3578,9 @@ public interface DatabaseMetaData extends Wrapper {
/** /**
* Retrieves a description of the pseudo or hidden columns available * Retrieves a description of the pseudo or hidden columns available
* in a given table within the specified catalog and schema. * in a given table within the specified catalog and schema.
* Psuedo or hidden columns may not always be stored within * Pseudo or hidden columns may not always be stored within
* a table and are not visible in a ResultSet unless they are * a table and are not visible in a ResultSet unless they are
* specified in the query's outermost SELECT list. Psuedo or hidden * specified in the query's outermost SELECT list. Pseudo or hidden
* columns may not necessarily be able to be modified. If there are * columns may not necessarily be able to be modified. If there are
* no pseudo or hidden columns, an empty ResultSet is returned. * no pseudo or hidden columns, an empty ResultSet is returned.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册