Skip to content

Commit e5a1d91

Browse files
dnskrsteveburnett
authored andcommitted
Move Java page to Clients menu and fix references
1 parent bd095dc commit e5a1d91

12 files changed

+29
-41
lines changed

presto-docs/src/main/sphinx/clients.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Clients
99
clients/presto-console
1010
clients/dbeaver
1111
clients/superset
12+
clients/java
1213
clients/python
1314
clients/go
1415
clients/js

presto-docs/src/main/sphinx/installation/jdbc.rst presto-docs/src/main/sphinx/clients/java.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===========
2-
JDBC Driver
2+
Java Client
33
===========
44

55
Presto can be accessed from Java using the JDBC driver.

presto-docs/src/main/sphinx/connector/hana.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ General Configuration Properties
7878
Property Name Description Default
7979
================================================== ==================================================================== ===========
8080
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
81-
driver's user name. See ``extraCredentials`` in `Parameter Reference
82-
<https://prestodb.io/docs/current/installation/jdbc.html
83-
#parameter-reference>`_.
81+
driver's user name. See ``extraCredentials`` in
82+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
8483

8584
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
86-
driver's user password. See ``extraCredentials`` in `Parameter
87-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
88-
#parameter-reference>`_.
85+
driver's user password. See ``extraCredentials`` in
86+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
8987

9088
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
9189

presto-docs/src/main/sphinx/connector/mysql.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ General Configuration Properties
5555
Property Name Description Default
5656
================================================== ==================================================================== ===========
5757
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
58-
driver's user name. See ``extraCredentials`` in `Parameter Reference
59-
<https://prestodb.io/docs/current/installation/jdbc.html
60-
#parameter-reference>`_.
58+
driver's user name. See ``extraCredentials`` in
59+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
6160

6261
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
63-
driver's user password. See ``extraCredentials`` in `Parameter
64-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
65-
#parameter-reference>`_.
62+
driver's user password. See ``extraCredentials`` in
63+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
6664

6765
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
6866

presto-docs/src/main/sphinx/connector/oracle.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@ General Configuration Properties
5757
Property Name Description Default
5858
================================================== ==================================================================== ===========
5959
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
60-
driver's user name. See ``extraCredentials`` in `Parameter Reference
61-
<https://prestodb.io/docs/current/installation/jdbc.html
62-
#parameter-reference>`_.
60+
driver's user name. See ``extraCredentials`` in
61+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
6362

6463
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
65-
driver's user password. See ``extraCredentials`` in `Parameter
66-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
67-
#parameter-reference>`_.
64+
driver's user password. See ``extraCredentials`` in
65+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
6866

6967
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
7068

presto-docs/src/main/sphinx/connector/postgresql.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ General Configuration Properties
4343
Property Name Description Default
4444
================================================== ==================================================================== ===========
4545
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
46-
driver's user name. See ``extraCredentials`` in `Parameter Reference
47-
<https://prestodb.io/docs/current/installation/jdbc.html
48-
#parameter-reference>`_.
46+
driver's user name. See ``extraCredentials`` in
47+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
4948

5049
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
51-
driver's user password. See ``extraCredentials`` in `Parameter
52-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
53-
#parameter-reference>`_.
50+
driver's user password. See ``extraCredentials`` in
51+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
5452

5553
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
5654

presto-docs/src/main/sphinx/connector/redshift.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ General Configuration Properties
4343
Property Name Description Default
4444
================================================== ==================================================================== ===========
4545
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
46-
driver's user name. See ``extraCredentials`` in `Parameter Reference
47-
<https://prestodb.io/docs/current/installation/jdbc.html
48-
#parameter-reference>`_.
46+
driver's user name. See ``extraCredentials`` in
47+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
4948

5049
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
51-
driver's user password. See ``extraCredentials`` in `Parameter
52-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
53-
#parameter-reference>`_.
50+
driver's user password. See ``extraCredentials`` in
51+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
5452

5553
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
5654

presto-docs/src/main/sphinx/connector/sqlserver.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,12 @@ General Configuration Properties
8282
Property Name Description Default
8383
================================================== ==================================================================== ===========
8484
``user-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
85-
driver's user name. See ``extraCredentials`` in `Parameter Reference
86-
<https://prestodb.io/docs/current/installation/jdbc.html
87-
#parameter-reference>`_.
85+
driver's user name. See ``extraCredentials`` in
86+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
8887

8988
``password-credential-name`` Name of the ``extraCredentials`` property whose value is the JDBC
90-
driver's user password. See ``extraCredentials`` in `Parameter
91-
Reference <https://prestodb.io/docs/current/installation/jdbc.html
92-
#parameter-reference>`_.
89+
driver's user password. See ``extraCredentials`` in
90+
:ref:`Parameter Reference <jdbc-parameter-reference>`.
9391

9492
``case-insensitive-name-matching`` Match dataset and table names case-insensitively. ``false``
9593

presto-docs/src/main/sphinx/installation.rst

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Installation
66
:maxdepth: 1
77

88
installation/deployment
9-
installation/jdbc
109
installation/benchmark-driver
1110
installation/tableau
1211
installation/spark

presto-docs/src/main/sphinx/release/release-0.272.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ______________________
3030

3131
JDBC Changes
3232
____________
33-
* Add a new parameter ``timeZoneID`` which will set the time zone used for the timestamp columns. (See :doc:`/installation/jdbc` :issue:`16680`).
33+
* Add a new parameter ``timeZoneID`` which will set the time zone used for the timestamp columns. (See :doc:`/clients/java` and issue :issue:`16680`).
3434

3535
MongoDB Connector Changes
3636
_________________________

presto-docs/src/main/sphinx/release/release-0.57.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to specify your AWS Access Key ID and Secret Access Key:
4242
Miscellaneous
4343
-------------
4444

45-
* Allow specifying catalog and schema in the :doc:`/installation/jdbc` URL.
45+
* Allow specifying catalog and schema in the :doc:`JDBC </clients/java>` URL.
4646

4747
* Implement more functionality in the JDBC driver.
4848

presto-docs/src/main/sphinx/release/release-0.90.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ General Changes
2424
to bytecode. To enable this option, add ``compiler.interpreter-enabled=true``
2525
to the coordinator and worker config properties. Enabling this option will
2626
allow certain queries to run slowly rather than failing.
27-
* Improve :doc:`/installation/jdbc` conformance. In particular, all unimplemented
27+
* Improve :doc:`/clients/java` conformance. In particular, all unimplemented
2828
methods now throw ``SQLException`` rather than ``UnsupportedOperationException``.
2929

3030
Functions and Language Features

0 commit comments

Comments
 (0)