SQLを含む例文一覧と使い方
該当件数 : 530件
In NetBeans IDE you can add a database table by either using the Create Table dialog, or by inputting an SQL statement and running it directly from the SQL Editor.例文帳に追加
NetBeans IDE では、「表を作成」ダイアログを使用するか、SQL 文を入力して SQL エディタから直接実行することで、データベースに表を追加できます。 - NetBeans
This step is necessary when running queries from the SQL Editor in NetBeans IDE.例文帳に追加
NetBeans IDE で SQL エディタからクエリーを実行するときは、この手順が必要です。 - NetBeans
To provide an SQL debugging method of a different type of database system for facilitating debug of an error in executing an SQL occurring in the different type of database system, and its system.例文帳に追加
異種データベースシステムで発生したSQL実行時エラーのデバックを容易にする異種データベースシステムSQLデバッグ方法及びそのシステムを提供する。 - 特許庁
In the IDE it is possible to add a database table by either using the Create Table dialog, or by inputting an SQL query and running it directly from the SQL Editor.例文帳に追加
NetBeans IDE では、「表を作成」ダイアログを使用するか、SQL クエリーを入力し、SQL エディタから直接実行することで、データベースに表を追加できます。 - NetBeans
using LIMIT in a SQL-Statment for an Oracle database. 例文帳に追加
例えばOracle データベースに対して SQL で LIMIT を使用しているなどが考えられます。 - PEAR
using LIMIT in a SQL-Statement for an Oracle database. 例文帳に追加
例えばOracle データベースに対して SQL で LIMIT を使用しているなどが考えられます。 - PEAR
I.e. using LIMIT in a SQL-Statement for an Oracle database. 例文帳に追加
例えばOracle データベースに対して SQL で LIMIT を使用しているなどが考えられます。 - PEAR
The $filter parameter is an SQL logical expression string that limits the result set. 例文帳に追加
$filter パラメータは SQL の論理式を表す文字列で、結果セットを絞り込みます。 - PEAR
PROGRAM FOR SQL AUTOMATIC GENERATION例文帳に追加
SQL自動生成のためのプログラム - 特許庁
When an SQL change instruction including a service name, a component name, and a change SQL text is input, a monitoring/tuning control part 2 stores them in the storage part 3.例文帳に追加
モニタリング/チューニング制御部2は、サービス名、コンポーネント名、変更SQL文を含むSQL変更指示が入力されると、それらを格納部3に格納する。 - 特許庁
You see =? in the Criteria column for personid, which adds the following WHERE clause in the SQL query.例文帳に追加
personid の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans
The SQL for creating the customer should be listed in the server log.例文帳に追加
サーバーログには、顧客を作成するための SQL が一覧表示されるはずです。 - NetBeans
MySQL employs SQL, or StructuredQuery Language, for accessing and processing data contained in databases. 例文帳に追加
MySQL は、データベース内のデータへのアクセスおよび処理に SQL (Structured Query Language) を使用しています。 - NetBeans
A common way of interacting with databases is through an SQL editor. 例文帳に追加
データベースと対話する一般的な方法は、SQL エディタ経由で行う方法です。 - NetBeans
This step is necessary to enable running an SQL command for creating a user because you cannot run an SQL command without being connected to any database. 例文帳に追加
これは、ユーザーを作成する SQL コマンドを実行できるようにするために必要な手順です。 データベースに接続しないと SQL コマンドを実行できないからです。 - NetBeans
The buildFilter method uses the quote method internally to construct SQL literal string representations of values. 例文帳に追加
buildFilter メソッドは内部で quote メソッドを使用してSQL リテラル文字列を作成しています。 - PEAR
The PLC retransmits the SQL processing group when the empty data are received, or transmits a differential SQL sentence continued to the SQL sentences included in the received SQL processing group when the SQL processing group is received.例文帳に追加
PLCはエンプティデータを受信すればSQL処理群を再送信し、SQL処理群を受信すれば受信したSQL処理群に含まれるSQL文に続く差分のSQL文を送信する。 - 特許庁
A database accessing means 4 acquires a SQL sentence from a SQL file 2 that collectively manages SQL sentences through a SQL acquiring means 3, executes the acquired SQL sentences and accesses a database 1.例文帳に追加
データベースアクセス手段4はSQL取得手段3を介してSQL文を一括管理するSQLファイル2からSQL文を取得し、取得したSQL文を実行してデータベース1にアクセスする。 - 特許庁
SQL TRACE ACQUISITION SYSTEM AND METHOD例文帳に追加
SQLトレース取得システム及び方法 - 特許庁
There have been changes made to Visual SQL Editor and database functionality in NetBeans 6.0. They are as follows: 例文帳に追加
NetBeans 6.0 では、ビジュアル SQL エディタとデータベース機能が次のように変更されました。 - NetBeans
Click Run in the SQL Editor's toolbar and the script is loaded into the database.例文帳に追加
SQL エディタのツールバーで「実行」をクリックすると、スクリプトがデータベースに読み込まれます。 - NetBeans
When you run your project you will be able to see the SQL query printed in the IDE's Output window. 例文帳に追加
プロジェクトを実行すると、IDE の出力ウィンドウに SQL クエリーが表示されます。 - NetBeans
You can use the SQL Editor toformulate a simple statement that adds a new record: 例文帳に追加
SQL エディタを使用して、新しいレコードを追加する簡単な文を作成できます。 - NetBeans
In the following step, you use an external SQL script to create a new COLLEAGUES table.例文帳に追加
次の手順では、外部 SQL スクリプトを使用して、新しい COLLEAGUES 表を作成します。 - NetBeans
To execute the query, right-click within the SQL Editor and choose RunStatement. 例文帳に追加
クエリーを実行するには、SQL エディタ内を右クリックし、「文を実行」を選択します。 - NetBeans
Enquotes and escapes a value in a form appropriate for inclusion in an SQL query. 例文帳に追加
SQL クエリで使用するために、適切な方式で値のクォートとエスケープを行います。 - PEAR
Unlike SQL files, it is data centric, not action centric. 例文帳に追加
SQL ファイルとは異なり、アクション中心ではなくデータ中心の構造となっています。 - PEAR
SQL SENTENCE PREPARATION METHOD ON DIFFERENT SQL PROCESSOR AND VIRTUAL TABLE PREPARATION DEVICE例文帳に追加
異SQL処理装置上のSQL文作成方法、及び仮想表作成装置 - 特許庁
MySQL drivers tested with the MySQL database: 例文帳に追加
Oracle、SQL Server、DB2、および Sybase データベースでテストされた DataDirect ドライバ: - NetBeans
In the Navigator window, expand the SessionBean1 node, right-click employeeRowSet, and choose Edit SQL Statement. 例文帳に追加
「ナビゲータ」ウィンドウで「SessionBean1」ノードを展開し、「employeeRowSet」を右クリックして「SQL 文を編集」を選択します。 - NetBeans
This property causes all SQL statements to be printed to the application server's log file. 例文帳に追加
このプロパティーにより、すべての SQL 文がアプリケーションサーバーのログファイルに出力されます。 - NetBeans
Delete the existing SQL query you find there and enter the following query:SELECT MAX(trip.tripid)+1 AS MAXTRIPID FROM trip 例文帳に追加
そこにある既存の SQL クエリーを削除し、次のクエリーを入力します。 SELECT MAX(trip.tripid)+1 AS MAXTRIPID FROM trip - NetBeans
Standards that the Open Group maintains include the standard UNIX program interfaces and SQL. 例文帳に追加
オープン・グループが維持している標準には, 標準UNIXプログラム・インタフェースとSQLが含まれる. - コンピューター用語辞典
SQL Server differentiates between "user defined functions that return a table" and "in-line table functions". 例文帳に追加
SQLサーバは「表を返す利用者定義関数」と「インライン表関数」とを区別する。 - コンピューター用語辞典
In the SessionBean1 section of the Outline window, right-click the tripRowSet node and choose Edit SQL Statement.例文帳に追加
「アウトライン」ウィンドウの「SessionBean1」セクションで、「tripRowSet」ノードを右クリックし、「SQL 文を編集」を選択します。 - NetBeans
This feature transparently adds LIMIT clauses to your SQL statement, providing optimized database access. 例文帳に追加
この機能は、SQL 文に透過的に LIMIT 句を追加し、データベースへのアクセスを最適化します。 - PEAR
The new instance is bind to an DSN, so you have only to provide an SQL query. 例文帳に追加
新しいインスタンスが DSN と結びつけるので、あなたは SQL クエリを投げるだけでよいです。 - PEAR
Right-click the node for the connection and choose Execute Command to open the SQL Command query editor.例文帳に追加
接続ノードを右クリックし、「コマンドを実行」を選択して SQL コマンドのクエリーエディタを開きます。 - NetBeans
Click OK.You see =? in the Criteria column for TRIPID, which adds the followingWHERE clause in the SQL query. 例文帳に追加
「閉じる」をクリックします。 TRIPID の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans
You can use the database server bundled with the Sun Java System Application Server or any JDBC-compliant SQL server. 例文帳に追加
Sun Java System Application Server または JDBC-準拠の 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
On the basis of the SQL input, the driver transforms the hierarchical data store into relational database tables.例文帳に追加
ドライバは、SQL入力に基づいて、階層データストアをリレーショナルデータベーステーブルに変換する。 - 特許庁
Single SQL statements can perform the same functions as many lines of conventional code 例文帳に追加
単一のSQLステートメントで,従来のコードで多くの行に相当する機能を実行する - コンピューター用語辞典
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
