| 例文 |
sql scriptの部分一致の例文一覧と使い方
該当件数 : 32件
The script automatically opens in the SQL Editor. 例文帳に追加
SQL エディタで自動的にスクリプトが開きます。 - NetBeans
DDL Visualizer: Visualize SQL Script with NetBeans, by Damir Tesanovic 例文帳に追加
「DDL 表示機能: NetBeans を使用した SQL スクリプトの視覚化」Damir Tesanovic 著 - NetBeans
To run the SQL script on MyNewDatabase: 例文帳に追加
MyNewDatabase に対して SQL スクリプトを実行するには、次の手順に従います。 - NetBeans
a script that logs all accesses to the web site into an SQL database 例文帳に追加
そのウェブサイトへのすべてのアクセスを SQL データベースに記録するスクリプト - 研究社 英和コンピューター用語辞典
When you run a script that returns data, thedata is also displayed in the SQL Editor. 例文帳に追加
データを返すスクリプトを実行すると、データも SQL エディタに表示されます。 - NetBeans
Click Run in the SQL Editor's toolbar and the script is loaded into the database.例文帳に追加
SQL エディタのツールバーで「実行」をクリックすると、スクリプトがデータベースに読み込まれます。 - NetBeans
In the following step, you use an external SQL script to create a new COLLEAGUES table.例文帳に追加
次の手順では、外部 SQL スクリプトを使用して、新しい COLLEAGUES 表を作成します。 - NetBeans
Copy the contents of thecar.sql file and paste them into the SQL Command 1 tab of the Source Editor.This is the SQL script which will populate the database with data about cars.例文帳に追加
car.sql ファイルの内容をコピーし、ソースエディタの「SQL コマンド 1」タブにペーストします。 これは、車に関するデータをデータベースに挿入する SQL スクリプトです。 - NetBeans
The SQL script specifies the InnoDB storage engine in order to handle the foreign keys in this database.例文帳に追加
このデータベースの外部キーを処理するために、SQL スクリプトは InnoDB ストレージエンジンを指定します。 - NetBeans
Issuing commands from an external SQL script is a popular way to manage your database.例文帳に追加
外部 SQL スクリプトからコマンドを発行するのは、データベースを管理するのに一般的な方法です。 - NetBeans
A control part 12 generates an SQL script 112 according to an SQL generating shell script 111 stored in a storage device 11.例文帳に追加
制御部12は、記憶装置11が記憶するSQL生成シェルスクリプト111に従って、SQLスクリプト112を生成する。 - 特許庁
Navigagte to where you downloaded the musicdb.sql script, and open it in the editor. Select the Music connection in the toolbar at the top of the SQL Editor:例文帳に追加
この music のスクリプトを開き、SQL エディタの上部にあるツールバーで「Music」の接続を選択します。 - NetBeans
Note that the new COLLEAGUES table from the SQL script now displays as a table node under contact in the Services window.例文帳に追加
SQL スクリプトからの新しい COLLEAGUES 表が、「サービス」ウィンドウの「contact」の下に表ノードとして表示されます。 - NetBeans
If you want to use an sql script, you'llneed to run mysql in batch mode, or source the file. 例文帳に追加
sqlスクリプトを利用したい場合、mysqlコマンドをバッチモードで実行するか、sourceコマンドでスクリプトファイルから読み込みます。 - Gentoo Linux
The instructions in this tutorial are based using a MySQL database that you create with this SQL script.例文帳に追加
このチュートリアルの手順は、この SQL スクリプトで作成する MySQL データベースを使用することを前提としています。 - NetBeans
Note that the two new tables from the SQL script now display asa table nodes under MyNewDatabase in the Database Explorer. 例文帳に追加
SQL スクリプトからの 2 つの新しい表が、データベースエクスプローラの MyNewDatabse の下に表ノードとして表示されます。 - NetBeans
Another way to manage table data in NetBeans IDE is by running an external SQL script directly in the IDE.例文帳に追加
NetBeans IDE で表データを管理するもう 1 つの方法として、外部 SQL スクリプトを直接 IDE で実行する方法があります。 - NetBeans
In this manner, you can compare the tabular data with the data contained in the SQL script to see that they match.例文帳に追加
このようにして、表形式のデータと SQL スクリプトに含まれるデータを比較して、両者が同じかどうかを確認できます。 - NetBeans
You may have already created an SQL script elsewhere, and want to import it into NetBeans IDE to run it on a specified database.例文帳に追加
ほかの場所で SQL スクリプトをすでに作成している場合、そのスクリプトを NetBeans IDE にインポートし、指定したデータベースに対して実行します。 - NetBeans
In this manner, you can also compare the tabular data with the data contained in the SQL script to see that they match.例文帳に追加
このように、表形式のデータと SQL スクリプトに含まれるデータとを比較して、一致しているかどうかを確認することもできます。 - NetBeans
Note: You can use other database management software, but doing so might require making some adjustments to the SQL script.例文帳に追加
注: ほかのデータベース管理ソフトウェアも使用できますが、そのためには、SQL スクリプトにいくつかの調整を行う必要がある場合があります。 - NetBeans
In order to make it clear that the SQL script indeed creates a new table, you can delete the already created COLLEAGUES table now.例文帳に追加
SQL スクリプトによって本当に新しい表が作成されることが明確に分かるよう、ここでは、すでに作成した COLLEAGUES 表を削除します。 - NetBeans
According to the SQL script 112, the control part 12 accesses the relational database 30.例文帳に追加
そして、制御部12は、SQLスクリプト112に従って、リレーショナル・データベース30にアクセスする。 - 特許庁
To provide a database access script creation system, a database access script creation method and a script generation program that can dynamically change arguments, conditions and the like of SQL sentences or the like at access processing to a database, independently of the type of the database.例文帳に追加
データベースの種類に依存せずに、データベースへのアクセス処理時にSQL文などの引数や条件などを動的に変更できるデータベースアクセス用スクリプト作成システム、データベースアクセス用スクリプト作成方法、およびスクリプト生成プログラムを提供する。 - 特許庁
For generating the SQL script 112, the control part 12 depends on information extracted from an information definition file 110 and an external information file 115.例文帳に追加
SQLスクリプト112を生成する際には、制御部12は、情報定義ファイル110や外部情報ファイル115から抽出した情報に基づいて生成する。 - 特許庁
A string definition portion, a storage region definition portion, and an index definition portion unitarily managed as a file specification 1 are converted into a data definition table 3 and a table definition SQL (DDL) {structured query language (data description language)} script 2, with items corresponding to the database table name and column name.例文帳に追加
ファイル仕様書1として一元的に管理する列定義部分、記憶領域定義部分、索引定義部分を、項目をデータベース表名、カラム名と対応させたデータ定義テーブル3と表定義用SQL(DDL)スクリプト2とに変換する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|