Please click here to read the introduction of the series of posts and the format being used.
- InterSystems – Cache – Cache
- com.intersys.jdbc.CacheDriver
- jdbc:Cache://<server>[:<port>]/<namespace>
- jdbc:Cache://127.0.0.1:56772/Samples
- 56772
- IBM – DB2 AS/400 – AS400
- com.ibm.as400.access.AS400JDBCDriver
- jdbc:as400://system-name/default-schema;properties
- jdbc:as400://mysystem.helloworld.com/mylibrary;naming=system;errors=full
- 446
- IBM – DB2 Universal Database – DB2 Universal Database
- Driver
- Type 2 & 4 - com.ibm.db2.jcc.DB2Driver
- App - COM.ibm.db2.jdbc.app.DB2Driver
- Net - COM.ibm.db2.jdbc.net.DB2Driver
- JDBC URLs
- Type 2 & App - jdbc:db2:<database_name>
- Type 4 & Net - jdbc:db2://<host>[:<port>]/<database_name>
- Examples
- Type 2 & App - jdbc:db2:test
- Type 4 & Net - jdbc:db2://127.0.0.1:50000/SAMPLE
- 50000 / 446 / 6789
- Driver
- FrontBase – FrontBase – FrontBase
- com.frontbase.jdbc.FBJDriver
- jdbc:FrontBase://<host>[:<port>]/<databaseName>[/var=value]*
- jdbc:FrontBase://localhost/sample
- ???
- Apache – Hive – Hive
- org.apache.hadoop.hive.jdbc.HiveDriver
- jdbc:hive://<server>[:<port>]/default
- jdbc:hive://localhost:10000/default
- 10000
- HSQLDB – HSQLDB – HSQLDB
- org.hsqldb.jdbcDriver
- JDBC URLs
- Server - jdbc:hsqldb:hsql://<server>[:<port>]/<databaseName>
- Embedded Memory - jdbc:hsqldb:mem:<databaseName>
- Embedded File - jdbc:hsqldb:file:<database-file>
- jdbc:hsqldb:hsql://neptune.acme.com:9001
- 9001
- IBM – Informix – Informix
- com.informix.jdbc.IfxDriver
- jdbc:informix-sqli://<server>[:<port>]/<databaseName>:informixserver=<dbservername>
- jdbc:informix-direct://testDB;user=rdtest;password=test
- 1533
- Actian – Ingres – Ingres
- com.ingres.jdbc.IngresDriver
- jdbc:ingres://<server>:<instance-name>7/<databaseName>
- jdbc:ingres://localhost:II7/verde02
- Port (3 chars: the two char Ingres Instance ID and the digit 7, e.g., II7)
No comments:
Post a Comment