|
|
|
@ -33,7 +33,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'ADS', |
|
|
|
|
databaseType: 'ads', |
|
|
|
|
driver: 'com.mysql.jdbc.Driver', |
|
|
|
|
url: 'jdbc:mysql://hostname:port/my_ads_db', |
|
|
|
|
url: 'jdbc:mysql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -56,7 +56,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'APACHE IMPALA', |
|
|
|
|
databaseType: 'apache-impala', |
|
|
|
|
driver: 'com.cloudera.impala.jdbc41.Driver', |
|
|
|
|
url: 'jdbc:impala://hostname:port/_impala_builtins', |
|
|
|
|
url: 'jdbc:impala://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -67,7 +67,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'APACHE KYLIN', |
|
|
|
|
databaseType: 'apache-kylin', |
|
|
|
|
driver: 'org.apache.kylin.jdbc.Driver', |
|
|
|
|
url: 'jdbc:kylin://hostname:port/<kylin_project_name>', |
|
|
|
|
url: 'jdbc:kylin://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -78,7 +78,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'APACHE Phoenix', |
|
|
|
|
databaseType: 'apache-phoenix', |
|
|
|
|
driver: 'org.apache.phoenix.jdbc.PhoenixDriver', |
|
|
|
|
url: 'jdbc:phoenix:hostname:port/dbname', |
|
|
|
|
url: 'jdbc:phoenix:hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -89,7 +89,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'DERBY', |
|
|
|
|
databaseType: 'derby', |
|
|
|
|
driver: 'org.apache.derby.jdbc.ClientDriver', |
|
|
|
|
url: 'jdbc:derby://hostname:port/', |
|
|
|
|
url: 'jdbc:derby://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -100,7 +100,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Gbase 8A', |
|
|
|
|
databaseType: 'gbase-8a', |
|
|
|
|
driver: 'com.gbase.jdbc.Driver', |
|
|
|
|
url: 'jdbc:gbase://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:gbase://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -111,7 +111,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Gbase 8S', |
|
|
|
|
databaseType: 'gbase-8s', |
|
|
|
|
driver: 'com.gbasedbt.jdbc.IfxDriver', |
|
|
|
|
url: 'jdbc:gbasedbt-sqli://hostname:port/{database}', |
|
|
|
|
url: 'jdbc:gbasedbt-sqli://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -122,7 +122,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Gbase 8T', |
|
|
|
|
databaseType: 'gbase-8t', |
|
|
|
|
driver: 'com.informix.jdbc.IfxDriver', |
|
|
|
|
url: 'jdbc:informix-sqli://hostname:port/{database}:INFORMIXSERVER={server}', |
|
|
|
|
url: 'jdbc:informix-sqli://hostname:port/database:INFORMIXSERVER={server}', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -133,7 +133,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'H2', |
|
|
|
|
databaseType: 'h2', |
|
|
|
|
driver: 'org.h2.Driver', |
|
|
|
|
url: 'jdbc:h2://${ENV_HOME}/../databaseName', |
|
|
|
|
url: 'jdbc:h2://hostname:port/../database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -144,7 +144,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: '华为云DWS', |
|
|
|
|
databaseType: 'hw-dws', |
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -155,7 +155,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'FusionInsight elk', |
|
|
|
|
databaseType: 'hw-elk', |
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -177,7 +177,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'GaussDB 200', |
|
|
|
|
databaseType: 'hw-libr-a', |
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -187,7 +187,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Hadoop Hive', |
|
|
|
|
databaseType: 'hadoop-hive', |
|
|
|
|
driver: 'org.apache.hive.jdbc.HiveDriver', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/databasename', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -197,7 +197,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Hbase', |
|
|
|
|
databaseType: 'hbase', |
|
|
|
|
driver: 'org.apache.phoenix.jdbc.PhoenixDriver', |
|
|
|
|
url: 'jdbc:phoenix:hostname:port/dbname', |
|
|
|
|
url: 'jdbc:phoenix:hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -207,7 +207,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'HP Vertica', |
|
|
|
|
databaseType: 'hp-vertica', |
|
|
|
|
driver: 'com.vertica.jdbc.Driver', |
|
|
|
|
url: 'jdbc:vertica://hostname:port/databaseName', |
|
|
|
|
url: 'jdbc:vertica://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -227,7 +227,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'IBM DB2', |
|
|
|
|
databaseType: 'ibm-db2', |
|
|
|
|
driver: 'com.ibm.db2.jcc.DB2Driver', |
|
|
|
|
url: 'jdbc:db2://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:db2://hostname:port/database', |
|
|
|
|
commonly: true, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -237,7 +237,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'INFORMIX', |
|
|
|
|
databaseType: 'informix', |
|
|
|
|
driver: 'com.informix.jdbc.IfxDriver', |
|
|
|
|
url: 'jdbc:informix-sqli://hostname:port/{database}:INFORMIXSERVER={server}', |
|
|
|
|
url: 'jdbc:informix-sqli://hostname:port/database:INFORMIXSERVER={server}', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -247,7 +247,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'KINGBASE', |
|
|
|
|
databaseType: 'kingbase', |
|
|
|
|
driver: 'com.kingbase.Driver', |
|
|
|
|
url: 'jdbc:kingbase://hostname:port', |
|
|
|
|
url: 'jdbc:kingbase://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -257,7 +257,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Microsoft SQL Server', |
|
|
|
|
databaseType: 'sql-server', |
|
|
|
|
driver: 'com.microsoft.sqlserver.jdbc.SQLServerDriver', |
|
|
|
|
url: 'jdbc:sqlserver://hostname:port;databaseName=', |
|
|
|
|
url: 'jdbc:sqlserver://hostname:port;databaseName=database', |
|
|
|
|
commonly: true, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -268,7 +268,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
databaseType: 'mysql', |
|
|
|
|
driver: 'com.mysql.jdbc.Driver', |
|
|
|
|
drivers: ['com.mysql.jdbc.Driver', 'org.gjt.mm.mysql.Driver'], |
|
|
|
|
url: 'jdbc:mysql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:mysql://hostname:port/database', |
|
|
|
|
commonly: true, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -279,7 +279,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Oracle', |
|
|
|
|
databaseType: 'oracle', |
|
|
|
|
driver: 'oracle.jdbc.driver.OracleDriver', |
|
|
|
|
url: 'jdbc:oracle:thin:@hostname:port:databaseName', |
|
|
|
|
url: 'jdbc:oracle:thin:@hostname:port:database', |
|
|
|
|
commonly: true, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -290,7 +290,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Pivotal Greenplum Database', |
|
|
|
|
databaseType: 'pivotal-greenplum-database', |
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -300,7 +300,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Postgresql', |
|
|
|
|
databaseType: 'postgresql', |
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/dbname', |
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -310,7 +310,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'Presto', |
|
|
|
|
databaseType: 'presto', |
|
|
|
|
driver: 'com.facebook.presto.jdbc.PrestoDriver', |
|
|
|
|
url: 'jdbc:presto://hostname:port/catalog', |
|
|
|
|
url: 'jdbc:presto://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -330,7 +330,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'SAP Sybase', |
|
|
|
|
databaseType: 'sap-sybase', |
|
|
|
|
driver: 'com.sybase.jdbc4.jdbc.SybDriver', |
|
|
|
|
url: 'jdbc:sybase:Tds:hostname:port/databasename', |
|
|
|
|
url: 'jdbc:sybase:Tds:hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -340,7 +340,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'SPARK', |
|
|
|
|
databaseType: 'spark', |
|
|
|
|
driver: 'org.apache.hive.jdbc.HiveDriver', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/databasename', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -370,7 +370,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
text: 'TRANSWARP INCEPTOR', |
|
|
|
|
databaseType: 'transwarp-inceptor', |
|
|
|
|
driver: 'org.apache.hive.jdbc.HiveDriver', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/databasename', |
|
|
|
|
url: 'jdbc:hive2://hostname:port/database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'jdbc', |
|
|
|
@ -392,7 +392,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
databaseType: 'other', |
|
|
|
|
driver: 'org.ha.Driver', |
|
|
|
|
drivers: ['org.ha.Driver', 'com.fr.third.org.hsqldb.jdbcDriver', 'org.sqlite.JDBC'], |
|
|
|
|
url: 'jdbc:h2://hostname:port/../databaseName', |
|
|
|
|
url: 'jdbc:h2://hostname:port/../database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: false, |
|
|
|
|
type: 'jdbc', |
|
|
|
|