HSQLDB database file structure.
HSQLDB数据库文件结构。
The HSQLDB Engine project nature.
HSQLDB引擎项目性质。
HSQLDB actions on the manifest editor.
清单编辑器上的hsqldb操作。
Starts and Stops HSQLDB server instances.
启动和停止HSQLDB服务器实例。
There's no explicit way to create HSQLDB databases.
不存在创建HSQLDB数据库的显式方法。
The state of the HSQLDB database is shown in Figure 1.
图1显示了HSQLDB数据库的状态。
You now have Grails using a database other than HSQLDB.
现在的Grails使用的就是hsqldb之外的数据库。
Run SQL script files using the HSQLDB ScriptTool utility.
使用HSQLDBScriptTool 实用工具运行SQL脚本文件。
Most of the second version of the HSQLDB plugin is ready to work.
第二版的HSQLDB插件大部分可以使用了。
In development and test mode, HSQLDB USES an in-memory datastore.
在development和test模式下,HSQLDB使用内存中的数据存储。
Notice in production mode that HSQLDB USES a file-based datastore.
请注意在production模式下,HSQLDB使用基于文件的数据存储。
Listing 4. plugin.xml manifest file snippet defining the HSQLDB menu actions.
清单4. plugin . xml清单文件中定义HSQLD B菜单操作的片断。
The HSQLDB Engine nature provides the means to start, stop and configure HSQLDB.
HSQLDB引擎性质提供了启动、停止和配置 HSQLDB 的方法。
Listing 5. plugin.xml manifest file snippet for the HSQLDB project property page.
清单5 .plugin . xml清单文件中针对HSQLDB项目属性页的片断。
The HSQLDB engine can be run in many modes to suit different application scenarios.
HSQLDB引擎可以以多种模式运行,以适应不同的应用场合。
Configure HSQLDB connection properties, such as TCP port and administrator password.
配置HSQLDB连接属性,比如TCP端口和管理员密码。
Listing 3. plugin.xml manifest file snippet defining the HSQLDB Engine Project nature.
清单3. plugin . xml清单文件中定义HSQLDB引擎项目性质的片断。
HSQLDB was really created for embedded applications, not for the corporate data center.
HSQLDB实际上是为嵌入式应用程序而不是为共同数据中心而创建的。
To stop the HSQLDB server, all that's needed is a SHUTDOWN command as an SQL statement.
要停止HSQLDB服务器,所需要的只是一个作为sql语句的SHUTDOWN命令。
I've started the HSQLDB database in embedded mode using the memory-based database option.
我使用了基于内存的数据库选项在内嵌模式下开启了HSQLDB数据库。
The code needs only the Hibernate and HSQLDB libraries in order to compile and run properly.
只需要Hibernate和hsqldb库,这些代码就可以正确地编译和运行。
We need to replace the HSQLDB workbench preferences page by an HSQLDB resource property page.
我们需要用一个HSQLDB资源属性页来替换HSQLDB工作台属性页。
Now that we can have HSQLDB Projects in the workspace, their custom actions need implementation classes.
既然我们可以让HSQLDB项目存在于工作台中,它们定制的操作就需要有实现类。
Two possibilities immediately sprang to mind; HSQLDB, the open-source in-memory SQL database, and XQuery.
有两种可能会立即出现在您的脑海中:开源的内存中的SQL数据库hsqldb和XQuery。
Developers of the first kind need easy access to the HSQLDB JDBC driver so they can submit SQL statements.
第一类开发者需要方便地访问HSQLDBJDBC驱动程序以提交sql语句。
The code was tested using an in-memory database called HSQLDB, and this product includes a simple GUI tool.
代码是使用称为HSQLDB的内存数据库测试的,这种产品包含一个简单的GUI工具。
Copy hsqldb.jar from your HSQLDB installation to the project directory and add it to the Runtime of the project.
把hsqldb . jar从您的hsqldb安装拷贝到项目目录中,并将其添加到项目的Runtime。
This class will contain all code that deals directly with HSQLDB, keeping the contributed extensions code simple.
这个类将包含所有直接处理HSQLDB的代码,并使分配的扩展代码保持简单。
We'll use the new nature simply as a way to make HSQLDB actions available (or not available) for specific projects.
使用新性质很简单,我们只需要将特定的项目设定为HSQLD b行为可用(或者不可用)。
The HSQLDB Script Tool reads plain text files and executes the included SQL statements against a provided JDBC URL.
HSQLDBScriptTool读取纯文本文件,并依靠一个给定的JDBC URL执行文件中包含的sql语句。
应用推荐