Skip to content

Commit

Permalink
Merge pull request #3390 from hansva/master
Browse files Browse the repository at this point in the history
[DOC] update the jdbc references
  • Loading branch information
hansva authored Nov 14, 2023
2 parents 0b5628b + 22ae447 commit f8d0520
Show file tree
Hide file tree
Showing 44 changed files with 61 additions and 61 deletions.
6 changes: 3 additions & 3 deletions assemblies/lib-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
</parent>

<properties>
<clickhouse.jdbc.version>0.4.6</clickhouse.jdbc.version>
<clickhouse.jdbc.version>0.5.0</clickhouse.jdbc.version>
<derby.version>10.16.1.1</derby.version>
<duckdb.version>0.9.1</duckdb.version>
<h2.version>2.2.224</h2.version>
<hyersonic.version>2.7.2</hyersonic.version>
<jt400.version>10.2</jt400.version>
<jt400.version>20.0.6</jt400.version>
<monetdb.version>3.1</monetdb.version>
<mssqlnative.version>12.4.1.jre11</mssqlnative.version>
<postgresql.version>42.6.0</postgresql.version>
<redshift.version>2.1.0.19</redshift.version>
<snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
<snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
<sqlite.version>3.43.0.0</sqlite.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion assemblies/plugins/actions/snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description />

<properties>
<snowflake.jdbc.version>3.13.30</snowflake.jdbc.version>
<snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/plugins/transforms/snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description />

<properties>
<snowflake.jdbc.version>3.13.30</snowflake.jdbc.version>
<snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ For writing it is better to use the Microsoft Access Output transformation.
|Hop Dependencies | None
|Documentation | http://http://ucanaccess.sourceforge.net/site.html[Documentation Link]
|JDBC Url | jdbc:ucanaccess://path.mdb
|Driver folder | Hop Installation/plugins/databases/msacces/lib
|Driver folder | <Hop Installation>/plugins/databases/access/lib/
|===
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 10.2
|Version Included | 20.0.6
|Hop Dependencies | None
|Documentation | https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/rzahh/javadoc/com/ibm/as400/access/doc-files/JDBCProperties.html[Documentation Link]
|JDBC Url | jdbc:as400://hostname/default-schema
|Driver folder | Hop Installation/plugins/databases/as400/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ under the License.
|===
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 3.0.0
|Driver | https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD_intro
|Version Included | None
|Hop Dependencies | None
|Documentation | https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD[Documentation Link]
|JDBC Url | jdbc:Cache://hostname:1972/database
|Driver folder | Hop Installation/plugins/databases/cache/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

NOTE: Old driver connection, prefer new InterSystems Iris connection.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Columnar
|Driver | Included
|Version Included | 0.4.6
|Version Included | 0.5.0
|Hop Dependencies | None
|Documentation | https://github.com/blynkkk/clickhouse4j[Documentation Link]
|JDBC Url | jdbc:clickhouse://<host>:<port>[/<database>]
|Driver folder | Hop Installation/plugins/databases/clickhouse/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.ibm.com/support/knowledgecenter/SSCQGF_7.2.0.1/com.ibm.IBMDI.doc_7.2.0.1/rg_conn_jdbc.html[Documentation Link]
|JDBC Url | jdbc:db2://hostname:port/dbname
|Driver folder | Hop Installation/plugins/databases/db2/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
|Documentation | https://db.apache.org/derby/derby_downloads.html[Documentation Link]
|JDBC Url | jdbc:derby:<host>[:<port>]/<database>
|JDBC Url Embedded | jdbc:derby:<database>
|Driver folder | Hop Installation/plugins/databases/derby/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

NOTE: Derby JDBC driver has two different modes, if you want to use Derby Embbeded, replace the _derbyclient.jar_ file with _derby.jar_
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please see the https://doris.apache.org[Apache Doris website] for more informati
|Hop Dependencies | None
|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation Link]
|JDBC Url | jdbc:mysql://hostname:9030/databaseName
|Driver folder | Hop Installation/plugins/databases/doris/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

The port of JDBC Url is same as the query port of Frontend in Doris.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ As an in-process database, DuckDB is easy to configure: specify the path to your
| Option | Info
|Type | Relational
|Driver | https://search.maven.org/artifact/org.duckdb/duckdb_jdbc/0.7.0/jar[Driver Link]
|Version Included | 0.8.1
|Version Included | 0.9.1
|Hop Dependencies | None
|Documentation | https://duckdb.org/docs/api/java.html
|JDBC Url | jdbc:duckdb: (in memory) or jdbc:duckdb:<FILE_PATH>
|Driver folder | Hop Installation/plugins/databases/duckdb/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===


Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 6.2.1
|Driver | https://docs.exasol.com/db/latest/connect_exasol/drivers/jdbc.htm#JDBCDriver
|Version Included | None
|Hop Dependencies | None
|Documentation | https://docs.exasol.com/connect_exasol/drivers/jdbc.htm[Documentation Link]
|JDBC Url | jdbc:exa:<server>:<port8563>
|Driver folder | Hop Installation/plugins/databases/exasol4/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html[Documentation Link]
|JDBC Url | jdbc:firebirdsql://localhost:3050/c:/database/example.fdb
|Driver folder | Hop Installation/plugins/databases/firebird/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.simba.com/products/BigQuery/doc/JDBC_InstallGuide/content/jdbc/d-intro.htm[Documentation Link]
|JDBC Url | jdbc:bigquery://[Host]:[Port];ProjectId=[Project];OAuthType=[AuthValue]
|Driver folder | Hop Installation/plugins/databases/googlebigquery/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

The Simba driver is packaged as a .zip containing many jars. Only a subset of the jars included with the Driver are necessary to use Bigquery JDBC with Apache Hop. Furthermore, some of the jars may conflict with those packaged with Hop and *must* be excluded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 5.1.4
|Driver | https://docs.vmware.com/en/VMware-Greenplum/7/greenplum-database/datadirect-datadirect_jdbc.html
|Version Included | None
|Hop Dependencies | Postgresql Plugin
|Documentation | https://gpdb.docs.pivotal.io/590/datadirect/datadirect_jdbc.html[Documentation Link]
|JDB Url | jdbc:pivotal:greenplum://host:port;DatabaseName=<name>
|Driver folder | Hop Installation/plugins/databases/greenplum/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://jdbc.postgresql.org/documentation/head/index.html[Documentation Link]
|JDBC Url | jdbc:h2:[file:][<path>]<databaseName>
|Driver folder | Hop Installation/plugins/databases/h2/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | http://hsqldb.org/doc/2.0/guide/dbproperties-chapt.html[Documentation Link]
|JDBC Url | jdbc:hsqldb:hsql//hostname
|Driver folder | Hop Installation/plugins/databases/hypersonic/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Mysql Database Plugin
|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference.html[Documentation Link]
|JDBC Url | jdbc:mysql://hostname:3306/databaseName
|Driver folder | Hop Installation/plugins/databases/infobright/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.ibm.com/support/knowledgecenter/en/SSGU8G_12.1.0/com.ibm.jdbc_pg.doc/jdbc.htm[Documentation Link]
|JDBC Url | jdbc:informix-sqli://hostname:1533/databaseName
|Driver folder | Hop Installation/plugins/databases/informix/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://docs.actian.com/ingres/11.0/index.html#page/Connectivity%2FJDBC_Driver_and_Data_Source_Classes.htm%23[Documentation Link]
|JDBC Url | jdbc:ingres://host:port{,port}{;host:port{,port}}/db{;attr=value}
|Driver folder | Hop Installation/plugins/databases/ingres/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | http://docwiki.embarcadero.com/InterBase/2020/en/Programming_with_JDBC[Documentation Link]
|JDBC Url | jdbc:interbase://hostname:3050/path/to/database.ib
|Driver folder | Hop Installation/plugins/databases/interbase/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://docs.intersystems.com/iris20223/csp/docbook/Doc.View.cls?KEY=BJAVA_connecting[Documentation Link]
|JDBC Url | jdbc:IRIS://hostname:port/database
|Driver folder | Hop Installation/plugins/databases/iris/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.kingbase.com.cn/zhuanti/kes/html/jdbc.html[Documentation Link]
|JDBC Url | jdbc:kingbase8://host:port/database
|Driver folder | Hop Installation/plugins/databases/kingbasees/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Mysql Database plugin
|Documentation | https://mariadb.com/kb/en/about-mariadb-connector-j/[Documentation Link]
|JDBC Url | jdbc:mariadb://hostname:port/databaseName
|Driver folder | Hop Installation/plugins/databases/mariadb/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/JDBC[Documentation Link]
|JDBC Url | jdbc:monetdb://hostname/databaseName
|Driver folder | Hop Installation/plugins/databases/monetdb/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ When creating new database connections it is recommended to use the native conne
|Hop Dependencies | None
|Documentation | http://jtds.sourceforge.net/faq.html[Documentation Link]
|JDBC Url | jdbc:jtds:sqlserver://<server>[:<port>][/<database>][;<property>=<value>[;...]]
|Driver folder | Hop Installation/plugins/databases/mssql/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
|Hop Dependencies | None
|Documentation | https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15[Documentation Link]
|JDBC Url | jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
|Driver folder | Hop Installation/plugins/databases/mssqlnative/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

== Integrated Authentication / Windows Based Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation Link]
|JDBC Url | jdbc:mysql://hostname:33060/databaseName
|Driver folder | Hop Installation/plugins/databases/mysql/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

**Important:** When creating a connection for mysql make sure you select the correct "database type". +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.datacon.doc/c_datacon_installing_configuring_jdbc.html[Documentation Link]
|JDBC Url | jdbc:netezza://hostname:5490/databaseName
|Driver folder | Hop Installation/plugins/databases/netezza/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation | https://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm[Documentation Link]
|JDBC Url | jdbc:oracle:thin:@hostname:port Number:databaseName
|Driver folder | Hop Installation/plugins/databases/oracle/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===

TIP: Starting with Oracle Database 11g Release 1 (11.1), data type "Date" will be mapped to "Timestamp" by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.oracle.com/technetwork/database/database-technologies/rdb/documentation/rdbjdbc-ug-725-129654.pdf[Documentation Link]
|JDBC Url | jdbc:rdbThin://<node>:<port>/<database_specification>
|Driver folder | Hop Installation/plugins/databases/oraclerdb/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://jdbc.postgresql.org/documentation/head/index.html[Documentation Link]
|JDBC Url | jdbc:postgresql://host:port/database
|Driver folder | Hop Installation/plugins/databases/as400/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Postgresql Database plugin
|Documentation | https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html[Documentation Link]
|JDBC Url | jdbc:redshift://endpoint:port/database
|Driver folder | Hop Installation/plugins/databases/redshift/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://help.sap.com/saphelp_tm93/helpdata/en/37/5f6b6e966242aead8025bdc5296489/frameset.htm[Documentation Link]
|JDBC Url | jdbc:sapdb://<database_computer>[:<port>]/<database_name>
|Driver folder | Hop Installation/plugins/databases/sapdb/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 3.14.1
|Version Included | 3.14.3
|Hop Dependencies | None
|Documentation | https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html[Documentation Link]
|JDBC Url | `jdbc:snowflake://<account_name>.snowflakecomputing.com/?<connection_params>`
|Driver folder | Hop Installation/plugins/databases/snowflake/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://knowledge.opentext.com/knowledge/cs.dll/kcs/kb[Documentation Link]
|JDBC Url | jdbc:sqlbase://hostname:port/databaseName
|Driver folder | Hop Installation/plugins/databases/sqlbase/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www.sqlitetutorial.net/sqlite-java/sqlite-jdbc-driver/[Documentation Link]
|JDBC Url | jdbc:sqlite:sample.db
|Driver folder | Hop Installation/plugins/databases/sqlite/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 1.3.1
|Driver | Included in Database installation
|Version Included | None
|Hop Dependencies | None
|Documentation | http://jtds.sourceforge.net/faq.html[Documentation Link]
|JDBC Url | jdbc:jtds:sybase://<server>[:<port>][/<database>][;<property>=<value>[;...]]
|Driver folder | Hop Installation/plugins/databases/sybase/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01776.1600/doc/html/san1357754910584.html[Documentation Link]
|JDBC Url | jdbc:sybase:Tds:localhost:2638
|Driver folder | Hop Installation/plugins/databases/sybaseiq/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/frameset.html[Documentation Link]
|JDBC Url | jdbc:teradata://Hostname
|Driver folder | Hop Installation/plugins/databases/teradata/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation | https://www-05.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?CTY=US&FNC=SRX&PBL=G251-1210-00#[Documentation Link]
|JDBC Url | jdbc:ibmu2://localhost
|Driver folder | Hop Installation/plugins/databases/universe/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 10.0-4.0.5
|Driver | https://esd.actian.com/product/drivers/JDBC/java/JDBC
|Version Included | None
|Hop Dependencies | None
|Documentation | https://docs.actian.com/ingres/11.0/index.html#page/Connectivity%2FJDBC_Driver_and_Data_Source_Classes.htm%23[Documentation Link]
|JDBC Url | jdbc:ingres://host:port{,port}{;host:port{,port}}/db{;attr=value}
|Driver folder | Hop Installation/plugins/databases/vectorwise/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | https://www.vertica.com/download/vertica/client-drivers/[Driver Link]
|Version Included | 23.3.0-0
|Version Included | None
|Hop Dependencies | None
|Documentation | https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/ConnectingToVertica/ClientJDBC/JDBCConnectionProperties.htm[Documentation Link]
|JDBC Url | jdbc:vertica://VerticaHost:portNumber/databaseName
|Driver folder | Hop Installation/plugins/databases/vertica/lib
|Driver folder | <Hop Installation>/lib/jdbc
|===
Loading

0 comments on commit f8d0520

Please sign in to comment.