我们编辑了 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).
应用推荐