public default ShardingKeyBuilder createShardingKeyBuilder () throws SQLException

Creates a new ShardingKeyBuilder instance

Returns:  The ShardingKeyBuilder instance that was created

Exceptions:
SQLException    if an error occurs creating the builder
SQLFeatureNotSupportedException    if the driver does not support this method

See also:
ShardingKeyBuilder

Since:  9

@implSpec The default implementation will throw a SQLFeatureNotSupportedException.