< prev index next >

jdk/src/java.sql/share/classes/java/sql/DatabaseMetaData.java

Print this page

        

*** 3692,3702 **** * The default implementation will return {@code false} * * @return {@code true} if this database supports sharding; * {@code false} otherwise * @exception SQLException if a database access error occurs ! * @since 1.9 */ default boolean supportsSharding() throws SQLException { return false; } } --- 3692,3702 ---- * The default implementation will return {@code false} * * @return {@code true} if this database supports sharding; * {@code false} otherwise * @exception SQLException if a database access error occurs ! * @since 9 */ default boolean supportsSharding() throws SQLException { return false; } }
< prev index next >