提交 8dd5eeb6 编写于 作者: J jurgen

Driver icons

上级 47f3a947
...@@ -126,6 +126,7 @@ ...@@ -126,6 +126,7 @@
<driver <driver
id="postgresql" id="postgresql"
label="PostgreSQL" label="PostgreSQL"
icon="icons/postgresql_icon.png"
class="org.postgresql.Driver" class="org.postgresql.Driver"
sampleURL="jdbc:postgresql://{host}[:{port}]/[{database}]" sampleURL="jdbc:postgresql://{host}[:{port}]/[{database}]"
defaultPort="5432" defaultPort="5432"
...@@ -234,6 +235,7 @@ ...@@ -234,6 +235,7 @@
<driver <driver
id="mssql" id="mssql"
label="jTDS driver" label="jTDS driver"
icon="icons/sqlserver_icon.png"
category="MS SQL Server" category="MS SQL Server"
class="net.sourceforge.jtds.jdbc.Driver" class="net.sourceforge.jtds.jdbc.Driver"
sampleURL="jdbc:jtds:sqlserver://{host}[:{port}][/{database}]" sampleURL="jdbc:jtds:sqlserver://{host}[:{port}][/{database}]"
...@@ -255,6 +257,7 @@ ...@@ -255,6 +257,7 @@
<driver <driver
id="mssql_ms" id="mssql_ms"
label="Microsoft Driver" label="Microsoft Driver"
icon="icons/sqlserver_icon.png"
category="MS SQL Server" category="MS SQL Server"
class="com.microsoft.sqlserver.jdbc.SQLServerDriver" class="com.microsoft.sqlserver.jdbc.SQLServerDriver"
sampleURL="jdbc:sqlserver://{host}[:{port}][;databaseName={database}]" sampleURL="jdbc:sqlserver://{host}[:{port}][;databaseName={database}]"
...@@ -277,6 +280,7 @@ ...@@ -277,6 +280,7 @@
<driver <driver
id="sybase" id="sybase"
label="Sybase" label="Sybase"
icon="icons/sybase_icon.png"
class="net.sourceforge.jtds.jdbc.Driver" class="net.sourceforge.jtds.jdbc.Driver"
sampleURL="jdbc:jtds:sybase://{host}[:{port}][/{database}]" sampleURL="jdbc:jtds:sybase://{host}[:{port}][/{database}]"
defaultPort="5000" defaultPort="5000"
...@@ -460,6 +464,7 @@ ...@@ -460,6 +464,7 @@
<driver <driver
id="firebird_jaybird" id="firebird_jaybird"
label="Firebird" label="Firebird"
icon="icons/firebird_icon.png"
class="org.firebirdsql.jdbc.FBDriver" class="org.firebirdsql.jdbc.FBDriver"
sampleURL="jdbc:firebirdsql://{host}:{port}/{file}" sampleURL="jdbc:firebirdsql://{host}:{port}/{file}"
defaultPort="3050" defaultPort="3050"
...@@ -523,6 +528,7 @@ ...@@ -523,6 +528,7 @@
<driver <driver
id="sqlite_jdbc" id="sqlite_jdbc"
label="SQLite" label="SQLite"
icon="icons/sqlite_icon.png"
class="org.sqlite.JDBC" class="org.sqlite.JDBC"
sampleURL="jdbc:sqlite:{file}" sampleURL="jdbc:sqlite:{file}"
defaultPort="" defaultPort=""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册