Skip to content

Commit

Permalink
IGNITE-10268 Removed documentation about deprecated "replicatedOnly" …
Browse files Browse the repository at this point in the history
…flag (#10700)

(cherry picked from commit 6f93c7b)
  • Loading branch information
liyuj authored and NSAmelchev committed Dec 5, 2023
1 parent f73e51c commit 078ee2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/_docs/SQL/JDBC/jdbc-driver.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ See the link:security/authentication[Authentication] and link:sql-reference/ddl#
on each node participating in the query.
|`false`

|`replicatedOnly`

|Whether the query contains only replicated tables. This is a hint for potentially more effective execution.

|`false`

|`autoCloseServerCursor`
|Whether to close server-side cursors automatically when the last piece of a result set is retrieved. When this property is enabled, calling `ResultSet.close()` does not require a network call, which could improve performance. However, if the server-side cursor is already closed, you may get an exception when trying to call `ResultSet.getMetadata()`. This is why it defaults to `false`.
|`false`
Expand Down

0 comments on commit 078ee2d

Please sign in to comment.