ij

ij

 英

  • 網絡長城航空;Internet Jockey;移民法官(Immigration Judge)

例句

This display may seem awkward, but the run command executes your script file as if you were typing the commands directly into the ij tool.

這種顯示可能有些笨拙run命令執行腳本文件直接命令鍵入ij工具一樣

One of the things ij enables you to do is to control the overall database system and the connection to the database.

ij使能夠一件事情控制整個數據庫系統和與數據庫連接

As shown in Listing 7, to insert data into a table, you first need to start the ij tool and connect to your database.

清單7數據插入首先需要啟動ij工具連接數據庫

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

這個連接URL應該眼熟——以前文章使用ij工具發出connect命令使用URL完全相同

derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server.

derbyJDBC驅動程序名稱ji工具使用數據庫服務器通信

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

這種情況下提供腳本文件名作為ij工具命令參數

jdbc is the mechanism with which the ij tool communicates with the database server.

jdbcij工具數據庫服務器通信機制

The script ends with an exit command that terminates the connection to the database and allows the ij tool to exit gracefully.

腳本exit命令結束終止數據庫連接允許ij工具優雅退出

Yes, I do But my Chinese ij poor Could you help me with it?

喜歡但是漢語薄弱可以么?

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工具

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

ij工具可用連接數據庫數據庫發出命令

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

最后使用關于查詢結果元數據一種類似ApacheDerbyij工具方式打印格式很好查詢結果

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

開始啟動ij工具連接數據庫清單1

You can also make more than one connection to a database with the ij tool, as shown in Listing 4.

可以使用ij工具數據庫建立多個連接清單4

Finally, to tell the ij tool to process your command, you must add a semicolon (because ij is a Java tool) and press Return.

最后告訴ij工具處理命令必須添加分號因為jiJava工具按下Return

DS files. Either way, all the color management is in the data preparation phase. IJ.

DS文件無論哪方式所有色彩管理工作數據準備階段完成IJ

Doing so adds the four library files to your project classpath and gives you access to the ij command-line prompt.

這樣四個文件添加項目classpath提供ij命令提示符訪問權

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

顯示Eclipse控制臺中使用ij用于連接Cloudscape數據庫JDBC連接URL

After you find the IJ, switch to a large-caliber needle with a 12 ml syringe repeat this step.

找到靜脈口徑穿刺12毫升注射器重復以上步驟

The next step is to create the updateable ResultSet, which is the equivalent of using the GET CURSOR command within the ij tool.

下一步創建更新ResultSet方法ij工具使用GETCURSOR命令

In Listing 9, the insert script is executed by redirecting the standard input of the ij tool to read from the script file.

清單9通過重定向ij工具標準輸入腳本文件讀取方式執行插入腳本

To run the clean ups scripts, use ij, the interactive SQL scripting tool, present as ij.

運行清理腳本使用ij交互式SQL腳本工具目前ij.bat(Windows或者ij.sh(Unix)。

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

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命令

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腳本編制工具

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工具標準輸入腳本文件讀取

Listing 3 sets the CLASSPATH environment variable to the bare minimum required by Derby to run ij.

清單3CLASSPATH環境變量設置Cloudscape10.0運行ij最低要求

IJ: Yes, we discovered that RUP is too big even for large organizations and XP is too small for even small projects.

矩陣是的我們發現RUP甚至大型組織XP即使規模項目

At the end, the exit command is processed, and the script completes, shutting down the ij tool.

最后處理exit命令腳本完成關閉ij工具

The first connection, to projectDB, is still active, but you need to specifically tell ij you want to use it.

projectDB第一個連接處于活動狀態但是需要特別地告訴ij使用

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

連接URL可以用戶ij直接輸入可以使用一個腳本來提供

This article also introduced the ij tool, which comes with the Derby database.

本文介紹Derby數據庫附帶ij工具

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

但是首先注意創建第二數據庫ij如何創建第二連接

After this SQL INSERT statement, the ij tool reports that seven new rows were inserted.

SQLINSERT語句執行之后ij工具報告7已經插入

Previously, you used a PreparedStatement to insert data into an Apache Derby database from within both a Java program and the ij tool.

先前使用PreparedStatementJava程序ij工具數據插入ApacheDerby數據庫

This technique mirrors what happens when you execute an SQL query within the ij tool that is included with the Apache Derby database.

技術反映ApacheDerby數據庫附帶ij工具執行SQL查詢發生操作

This is often done using an file containing SQL commands that is processed by the database's command line tool (for example: IJ).

通常通過由數據庫命令處理工具例如IJ處理一個SQL命令文件完成

The line starts in the north and heads south under the Ij river, the central station, Dam Square and Rokin.

地鐵延伸經過Ij中央車站大壩廣場

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

可以創建一條PreparedStatement使用ij工具執行動態查詢

After studying with traditional elders for 25 years, he has also become a Mayan Ajq'ij, a ceremonial priest and spiritual guide, Eagle Clan.

之后25年長老學習傳統成為一位瑪雅Ajqij一位儀式祭司精神領袖部落