我们编辑了SQL脚本文件,并更改了前两个 SQL语句,以指示希望使用的数据库名称
We edited the SQL script file and changed the first two SQL statements to indicate the desired database name
shell脚本是文本文件,但是有一个重要的特征:以!
A shell script is a text file, albeit with one important distinction: The leading!
还有一个可以执行的derby脚本文件derby . build . sql(要了解如何创建一个工作的derby数据库以与这些示例结合使用,请参阅本系列的第四篇文章)。
There's also a Derby script file, derby.build.sql, that you can execute (see the fourth article in this series to create a working Derby database for use with these examples).
首先向您介绍了sql脚本文件的概念,该脚本文件可用于以自动方式执行多个SQL(或Derby)命令。
First, you were introduced to the idea of SQL script files, which you can use to perform multiple SQL (or Derby) commands in an automated fashion.
还有另一种方法来运行Derby脚本:重定向ij工具的标准输入以从脚本文件中读取。
There is yet another way to run a Derby script: redirect the standard input of the ij tool to read from the script file.
本文以一个.zip格式文件形式提供可供下载的样例,该文件中还进一步包含.zip文件,每个文件对应于开发过程中的每个阶段(快照),还有一个脚本目录。
The samples are provided for download in a.zip format file that contains further.zip files, one corresponding to each stage (snapshot) in the development process, and a scripts directory.
本文包括一个.zip文件(参阅下载一节以访问该文件),其中包含两个脚本文件;一个是derby . create . sql,如清单1所示。
This article includes a.zip file (see the Download section to access the file) that contains two script files; one of them, derby.create.sql, is shown in Listing 1.
本文包括一个.zip文件(参阅下载一节以访问该文件),其中包含两个脚本文件;一个是derby . create . sql,如清单1所示。
This article includes a.zip file (see the Download section to access the file) that contains two script files; one of them, derby.create.sql, is shown in Listing 1.
应用推荐