mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 16:55:09 +00:00
6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs
Reviewed-by: darcy
This commit is contained in:
parent
36b68b66fa
commit
ea6a45ae32
@ -3578,9 +3578,9 @@ public interface DatabaseMetaData extends Wrapper {
|
||||
/**
|
||||
* Retrieves a description of the pseudo or hidden columns available
|
||||
* 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
|
||||
* 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
|
||||
* no pseudo or hidden columns, an empty ResultSet is returned.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user