Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/java.sql/share/classes/java/sql/DatabaseMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@ ResultSet getAttributes(@Nullable String catalog, @Nullable String schemaPattern
* @see #getSearchStringEscape
* @since 1.6
*/
ResultSet getSchemas(@Nullable String catalog, String schemaPattern) throws SQLException;
ResultSet getSchemas(@Nullable String catalog, @Nullable String schemaPattern) throws SQLException;

/**
* Retrieves whether this database supports invoking user-defined or vendor functions
Expand Down