Shutdown the embedded database engine.
关闭嵌入式数据库引擎。
With an embedded database engine, the application USES the JDBC API to access the database.
在嵌入时,应用程序使用JDBCAPI来访问数据库。
When your Ant script is completely finished using Derby, it is a very good idea to shutdown the embedded database engine.
当使用Derby完全完成ant脚本时,最好关闭嵌入式数据库引擎。
The start Derby task is responsible for loading the embedded database engine into memory and should come before all other Derby tasks in the Ant script.
startderby任务负责将嵌入式数据库引擎加载到内存中,因此在ant脚本中应该放在所有其他derby任务的前面。
This article has shown how to use an embedded database engine and Web server in an Ajax-enabled Web application where the client and server reside on the same host.
本文展示了如何在一个支持Ajax的Web应用程序中使用嵌入式数据库和Web服务器,其客户机和服务器位于同一台主机上。
The alternative model is the embedded mode, where an application consists not only of the software that implements the requisite business logic, but also of the database engine software.
另一个模型是嵌入模式,在这种模式下,应用程序不但包含实现必要业务逻辑的软件,而且包含数据库引擎软件。
Whether or not it is embedded, the database engine supports multiple simultaneous connections and access from multiple application threads.
无论是否嵌入,该数据库引擎都支持同时进行多个连接,并支持从多个应用程序线程进行访问。
Jetty creates an instance of the application class, DerbyDatabase, which boots the embedded Derby engine, creates the database (only once), and creates two tables and loads some rows.
Jetty创建应用程序类的一个实例DerbyDatabase,该实例启动嵌入式Derby引擎,创建数据库(只此一次),然后创建两个表并装载一些行。
Derby.jar — a 10.2.x snapshot version of the Derby database engine and embedded JDBC driver that provides XML capabilities.
jar——一个10.2 . x快照版本的Derby数据库引擎和提供XML功能的嵌入式JDBC驱动程序。
Starting the embedded Derby database engine
启动嵌入式Derby数据库引擎。
Embedded in the Derby Network server the Derby engine is running in a standard client-server architecture like most other database systems.
嵌入在Derby NetworkServer中的Derby引擎在一个标准的客户机-服务器架构中运行,这和大多数其他数据库系统是一样的。
The embedded JDBC driver transfers data to and from the database engine without the need for network communication.
嵌入式的JDBC驱动程序将数据送入和送出数据库引擎,无需进行网络通信。
The embedded JDBC driver transfers data to and from the database engine without the need for network communication.
嵌入式的JDBC驱动程序将数据送入和送出数据库引擎,无需进行网络通信。
应用推荐