- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabaseDrivers.xml
More file actions
Latest commit
96 lines (96 loc) · 3.41 KB
/
Copy pathdatabaseDrivers.xml
File metadata and controls
96 lines (96 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<application>
<componentname="LocalDatabaseDriverManager"version="163">
<driverid="db2">
<artifactname="DB2"use="true" />
<optionname="auto-sync"value="false" />
</driver>
<driverid="db2.jtopen">
<artifactname="JTOpen (DB2 iSeries)"use="true" />
<optionname="auto-sync"value="false" />
</driver>
<driverid="derby.embedded">
<artifactname="Apache Derby"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="derby.remote">
<artifactname="Apache Derby"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="azure.ms">
<artifactname="SQL Server"use="true" />
<optionname="auto-sync"value="true" />
<optionname="send-app-info"value="false" />
</driver>
<driverid="sqlserver.ms">
<artifactname="SQL Server"use="true" />
<optionname="auto-sync"value="true" />
<optionname="send-app-info"value="false" />
</driver>
<driverid="sqlserver.jtds">
<artifactname="jTDS (SQL Server and Sybase)"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="sybase.jtds">
<artifactname="jTDS (SQL Server and Sybase)"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="sybase.ase">
<optionname="auto-sync"value="true" />
</driver>
<driverid="mysql">
<artifactname="MySQL Connector/J"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="mariadb">
<artifactname="MariaDB Connector J"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="oracle">
<artifactname="Oracle"use="true" />
<optionname="auto-sync"value="true" />
<optionname="auto-commit"value="false" />
</driver>
<driverid="postgresql">
<artifactname="PostgreSQL"use="true" />
<optionname="auto-sync"value="true" />
<optionname="schema-control"value="MANUAL" />
</driver>
<driverid="redshift">
<artifactname="Redshift"use="true" />
<optionname="auto-sync"value="true" />
<optionname="schema-control"value="MANUAL" />
</driver>
<driverid="hsqldb.local">
<artifactname="HSQLDB"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="hsqldb.remote">
<artifactname="HSQLDB"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="h2.unified">
<artifactname="H2"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="sqlite.xerial">
<artifactname="Xerial SQLiteJDBC"use="true"version="3.25.1" />
<optionname="auto-sync"value="true" />
<optionname="auto-commit"value="true" />
<optionname="send-app-info"value="true" />
<optionname="schema-control"value="AUTOMATIC" />
<code-style-scheme-name>Default</code-style-scheme-name>
</driver>
<driverid="exasol">
<artifactname="Exasol"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="clickhouse">
<artifactname="ClickHouse"use="true" />
<optionname="auto-sync"value="true" />
</driver>
<driverid="cassandra">
<artifactname="Cassandra"use="true" />
<optionname="auto-sync"value="true" />
</driver>
</component>
</application>