⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqltool.rc

📁 hsqldb是100%java实现的数据库,是一个开放源代码的JAVA数据库 l 具有标准的SQL语法和JAVA接口 l HSQLDB可以自由使用和分发 l 非常简洁和快速的
💻 RC
字号:
# $Id: sqltool.rc,v 1.17 2005/11/06 18:01:49 unsaved Exp $# This is a sample RC configuration file used by SqlTool, DatabaseManager,# and any other program that uses the org.hsqldb.util.RCData class.# You can run SqlTool right now by copying this file to your home directory# and running#    java -jar /path/to/hsqldb.jar mem# This will access the first urlid definition below in order to use a # personal Memory-Only database.# If you have the least concerns about security, then secure access to# your RC file.# See the documentation for SqlTool for various ways to use this file.# A personal Memory-Only database.urlid memurl jdbc:hsqldb:mem:memdbidusername sapassword# This is for a hsqldb Server running with default settings on your local# computer (and for which you have not changed the password for "sa").urlid localhost-saurl jdbc:hsqldb:hsql://localhostusername sapassword# Template for a urlid for an Oracle database.# You will need to put the oracle.jdbc.OracleDriver class into your # classpath.# In the great majority of cases, you want to use the file classes12.zip# (which you can get from the directory $ORACLE_HOME/jdbc/lib of any# Oracle installation compatible with your server).# Since you need to add to the classpath, you can't invoke SqlTool with# the jar switch, like "java -jar .../hsqldb.jar..." or # "java -jar .../hsqlsqltool.jar...".# Put both the HSQLDB jar and classes12.zip in your classpath (and export!)# and run something like "java org.hsqldb.util.SqlTool...".#urlid cardiff2#url jdbc:oracle:thin:@aegir.admc.com:1522:TRAFFIC_SID#username blaine#password secretpassword#driver oracle.jdbc.OracleDriver# Template for a TLS-encrypted HSQLDB Server.# Remember that the hostname in hsqls (and https) JDBC URLs must match the# CN of the server certificate (the port and instance alias that follows # are not part of the certificate at all).# You only need to set "truststore" if the server cert is not approved by# your system default truststore (which a commercial certificate probably# would be).#urlid tls#url jdbc:hsqldb:hsqls://db.admc.com:9001/lm2#username blaine#password asecret#truststore /home/blaine/ca/db/db-trust.store# Template for a Postgresql database#urlid blainedb#url jdbc:postgresql://idun.africawork.org/blainedb#username blaine#password losung1#driver org.postgresql.Driver# Template for a MySQL database.  MySQL has poor JDBC support.#urlid mysql-testdb#url jdbc:mysql://hostname:3306/dbname#username root#username blaine#password hiddenpwd#driver com.mysql.jdbc.Driver# Note that "databases" in SQL Server and Sybase are traditionally used for# the same purpose as "schemas" with more SQL-compliant databases.# Template for a Microsoft SQL Server databaseurl jdbc:microsoft:sqlserver://hostname;DatabaseName=DbName;SelectMethod=Cursor# The SelectMethod setting is required to do more than one thing on a JDBC# session (I guess Microsoft thought nobody would really use Java for # anything other than a "hello world" program).# This is for Microsoft's SQL Server 2000 driver (requires mssqlserver.jar# and msutil.jar).driver com.microsoft.jdbc.sqlserver.SQLServerDriverusername myuserpassword hiddenpwd# Template for a Sybase databaseurlid sybaseurl jdbc:sybase:Tds:hostname:4100/dbnameusername blainepassword hiddenpwd# This is for the jConnect driver (requires jconn3.jar).driver com.sybase.jdbc3.jdbc.SybDriver

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -