• The connection URL is entered either in ij directly by the user or using a script.

    连接URL可以用户ij直接输入,也可以使用一个脚本来提供

    youdao

  • Finally, you used metadata about the query results to print nicely formatted query results in a manner similar to the Apache Derby ij tool.

    最后使用了关于查询结果元数据一种类似ApacheDerby ij工具的方式来打印格式很好的查询结果。

    youdao

  • As this script executes, you may see a combination of new ij> prompts, commands, and warning or error messages.

    脚本执行时可能会看到ij>提示命令警告错误消息组合

    youdao

  • Now let's look at a complete example that shows how to set your class path to run ij, the Derby SQL scripting tool.

    现在我们来看一个完整实例展示了如何设置路径,以便运行ij这个Cloudscapesql脚本编制工具。

    youdao

  • But first, notice how ij created a second connection when you created the second database.

    但是首先要注意创建第二数据库ij如何创建第二个连接

    youdao

  • Previously, the articles in this series have demonstrated a number of database concepts by using the ij tool to connect and interact with an Apache Derby database.

    系列以前文章中,通过使用ij工具连接apache Derby数据库与之进行交互,从而演示许多数据库概念

    youdao

  • Rather than entering the table-creation SQL commands directly into the Derby ij tool, you can put them into a text file and have the ij tool run the commands in the file directly.

    无需将用于创建表的SQL命令直接输入Derbyij工具中,可以其放入文本文件中,ij工具直接运行文件中的命令。

    youdao

  • This means ij, the database Explorer, and a client application external to Eclipse could all connect to and query the tables in the database.

    意味着ijDatabaseExplorerEclipse外部客户机应用程序可以连接查询数据库中的

    youdao

  • All of these capabilities can be combined to create a fairly functional — and usefulapplication right in ij, without having to build any external infrastructure.

    可以所有这些功能合并一起,以便在ij创建功能强大的、有用的应用程序无需构建任何外部基础设施。

    youdao

  • This connection URL should look familiarit's exactly what you used in previous articles when issuing a connect command in the ij tool.

    这个连接url应该眼熟——以前的文章使用ij工具发出connect命令使用的URL完全相同。

    youdao

  • There is yet another way to run a Derby script: redirect the standard input of the ij tool to read from the script file.

    还有一种方法运行Derby脚本重定向ij工具标准输入脚本文件中读取

    youdao

  • After a brief delay, the ij tool provides you with a new prompt.

    短暂的延迟之后,ij工具提供一个提示符。

    youdao

  • If the stored procedure does not include any OUT parameters, it can also be invoked using CALL in a tool that executes dynamic SQL statements, such as the ij tool.

    如果存储过程包含任何OUT参数那么可以执行动态sql语句工具(例如ij工具)中使用CALL来调用它

    youdao

  • The ij tool includes a help command that lists and describes some common commands you may want to use, as shown in Listing 3.

    ij工具包括一个help命令可以列出描述使用一些常见命令如清单3

    youdao

  • Next, the ij tool is started, and a connection to the appropriate database is made.

    接下来启动 ij工具建立与适当数据库的连接。

    youdao

  • You could use the Derby ij command line to enter the SQL commands directly, or you could use a graphical SQL tool.

    可以使用Derbyij命令直接输入SQL命令可以使用一个图形化sql工具

    youdao

  • Listing 1: Performing a backup of salesdb database through ij.

    清单1通过IJ对salesdb数据库进行备份

    youdao

  • After you've initialized a demo database, you can use the Apache Derby ij tool to connect to the test database and issue SQL commands.

    初始化演示数据库可以使用ApacheDerbyij工具连接测试数据库以及发出SQL命令。

    youdao

  • In this case, you supply the name of the script file as a command-line argument to the ij tool.

    这种情况下提供脚本文件名作为ij工具命令行参数

    youdao

  • As shown in this example, you can also create a PreparedStatement to perform dynamic queries by using the ij tool.

    所示可以创建条PreparedStatement使用ij工具执行动态查询

    youdao

  • This included using the ij tool to prepare, execute, and remove a PreparedStatement, which can be useful when you're prototyping different approaches.

    包括了使用ij工具准备执行删除PreparedStatement它们在构建不同方法原型十分有用

    youdao

  • This article used the ij tool to create a new database and then explored the directories and files that were generated when Derby created the new database.

    本文使用ij工具创建一个数据库然后研究了Derby创建新数据库生成目录文件

    youdao

  • Ij enables you to do many of the same tasks you might think you can only accomplish using a full-fledged JDBC application, such as manipulating cursors and creating and executing prepared statements.

    ij使能够执行许多原本认为只有使用完备JDBC应用程序才能完成任务操纵游标创建执行准备好的语句。

    youdao

  • To begin, start the ij tool, and connect to a database, as shown in Listing 1.

    开始时,启动ij工具连接数据库清单1 中所

    youdao

  • The rest of this article shows you how to use the ij tool to perform simple database operations, like creating a database.

    下文将展示如何使用ij工具执行简单数据库操作比如创建数据库。

    youdao

  • The JDBC connection URL to connect to a Cloudscape database is shown using ij in the console of Eclipse.

    下图显示Eclipse控制台中使用ij 时用于连接Cloudscape数据库JDBC连接URL

    youdao

  • The simplest technique to execute the commands in a SQL script file is to run the script file from within the ij tool.

    执行sql脚本文件中的命令简单的方法是从ij工具中运行脚本文件。

    youdao

  • But first make sure you can establish a Derby Network Server connection to the DB1 database using ij, the Derby SQL scripting tool.

    但是首先确保可以使用ij这个Derbysql脚本编制工具建立DB 1数据库Derby Net workServer连接

    youdao

  • The ij tool can be used to connect to and issue commands to a database.

    ij工具用于连接数据库数据库发出命令

    youdao

  • After your environment is set up properly, you can run the ij tool to create a new directory, as shown in Listing 1.

    正确设置环境之后可以运行ij工具创建新的目录如清单1

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定