1153万例文収録!

「"SQL query"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "SQL query"に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

"SQL query"を含む例文一覧と使い方

該当件数 : 52



例文

SQL query string 例文帳に追加

SQL クエリ文字列。 - PEAR

Binding an SQL query 例文帳に追加

SQL クエリのバインド - PEAR

A where clause for the SQL query. 例文帳に追加

SQL クエリの where 句。 - PEAR

Modifying the SQL Query 例文帳に追加

SQL クエリーの変更 - NetBeans

例文

SQL Query 例文帳に追加

SQL クエリを指定します。 - PEAR


例文

Example 62-1. Bind an SQL query 例文帳に追加

例 62-1SQL クエリのバインド - PEAR

Executes a SQL query Parameter 例文帳に追加

SQL クエリを実行します。 - PEAR

Highlighting a SQL query 例文帳に追加

例 64-7SQL クエリのハイライティング - PEAR

The SQL Query Editor opens. 例文帳に追加

SQL クエリーエディタが開きます。 - NetBeans

例文

In the SQL Editor, replace the exiting SQL query with the following SQL query. 例文帳に追加

SQL エディタで、既存の SQL クエリーを次の SQL クエリーに置き換えます。 - NetBeans

例文

Code Sample 1: WHERE Clause in the SQL Query 例文帳に追加

コード例 1:SQL クエリー内の WHERE 句 - NetBeans

Adds items to the where part of a SQL query. 例文帳に追加

SQL クエリの WHERE 部分を追加します。 - PEAR

the SQL query integer $from the row to start to fetch. 例文帳に追加

SQL クエリ。 integer$from 取得を開始する行。 - PEAR

Example 62-1. Using an SQL query as datasource 例文帳に追加

例 62-1SQL クエリをデータソースとして使用する - PEAR

You can insert an XPath query into an SQL query. 例文帳に追加

SQL クエリに XPath クエリを挿入することができます。 - PEAR

It takes a SQL query string as an argument. 例文帳に追加

これは SQL クエリ文字列を引数として受け取ります。 - PEAR

If you click the SQL button you can see the equivalent SQL query. 例文帳に追加

「SQL」ボタンをクリックすると、対応する SQL クエリーを見ることができます。 - NetBeans

This expression is processed on the result set of the first SQL query.例文帳に追加

この表現では 最初のSQL クエリのリザルトセットで処理されます。 - PEAR

Executes a SQL query, but fetches only the specificed count of rows. 例文帳に追加

SQL クエリを実行しますが、指定した行数のみしか取得しません。 - PEAR

In the example, first a SQL query is done, in the second a SQL query done again - but the parameter for bandsID is taken from the XPath expression in the curly braces. 例文帳に追加

例では先に SQL クエリが終了し、再度第2の SQL クエリが実行されます、しかし bandsID のパラメータは XPath 式の波括弧から取得される。 - PEAR

Because you have changed the SQL query for the tripRowSet, there are more columns that you can display.例文帳に追加

tripRowSet の SQL クエリーを変更したので、使用可能な列が増えています。 - NetBeans

You see =? in the Criteria column for personid, which adds the following WHERE clause in the SQL query.例文帳に追加

personid の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - 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

Enquotes and escapes a value in a form appropriate for inclusion in an SQL query. 例文帳に追加

SQL クエリで使用するために、適切な方式で値のクォートとエスケープを行います。 - PEAR

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

The new instance is bind to an DSN, so you have only to provide an SQL query. 例文帳に追加

新しいインスタンスが DSN と結びつけるので、あなたは SQL クエリを投げるだけでよいです。 - PEAR

Click OK.You see =? in the Criteria column for TRIPID, which adds the followingWHERE clause in the SQL query. 例文帳に追加

「閉じる」をクリックします。 TRIPID の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans

If you click the SQL button above the results you should see the following equivalent SQL query. 例文帳に追加

結果の上にある「SQL」ボタンをクリックすると、次のような SQL クエリーが表示されるはずです。 - NetBeans

the SQL query or the statement to prepare array $params array to be used in execution of the statement. 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR

the SQL query string $type if supplied, the type of the column in the result set will be set for fetching 例文帳に追加

SQL クエリ。 string$type 指定した場合は、結果セットのカラムの型が取得時に設定されます。 - PEAR

The XPath support was introduced to provide an access to the result set after doing the SQL query. 例文帳に追加

XPath サポートは SQL に問い合わせた後のリザルトセットに対してアクセスするために導入されました。 - PEAR

Click OK.You see =? in the Criteria column for TRIPID, which adds the following WHERE clause in the SQL query.例文帳に追加

「了解」をクリックします。 TRIPID の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans

Next, you modify the SQL query in the tripRowSet object so that the query also returns data from the triptype table.例文帳に追加

ここでは、tripRowSet オブジェクトの SQL クエリーを変更し、クエリーによって triptype 表のデータも返されるようにします。 - NetBeans

If you look in the Output window of the IDE you can see the SQL query that retrieved the displayed results.例文帳に追加

IDE の「出力」ウィンドウを見ると、表示された結果を取得した SQL クエリーを確認できます。 - NetBeans

the SQL query array $types if supplied, the types of the columns in the result set will be set for fetching 例文帳に追加

SQL クエリ。 array$types 指定した場合は、結果セットのカラムの型が取得したものに設定されます。 - PEAR

This package is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. 例文帳に追加

setWhere、setOrder、setGroup、setJoin などのメソッドを提供することで、簡単にクエリを作成できるようにしています。 - PEAR

To define the SQL query to use to retrieve the data, you use the Query Editor, as shown in the following figure. 例文帳に追加

次の図に示すように、データを取得するための SQL クエリーを定義するには、クエリーエディタを使用します。 - NetBeans

the SQL query or the statement to prepare mixed $col which column to return (integer [column number, starting at 0] or string [column name]) 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 mixed$col どのカラムを返すか (integer [0 から始まるカラム番号]あるいは string [カラム名])。 - PEAR

the SQL query or the statement to prepare mixed $params array, string or numeric data to be added to the prepared statement. 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 mixed$params プリペアドステートメントに適用する配列・文字列あるいは数値のデータ。 - PEAR

Open a Query Editor on a rowset to modify the SQL query that is used to fill the rowset object. 例文帳に追加

行セットオブジェクトへの入力を行う SQL クエリーを変更するには、行セットに対してクエリーエディタを開きます。 - NetBeans

In this example, the Counselor table displays.Note that a new row has been added with the data you just supplied from the SQL query.例文帳に追加

この例では、Counselor 表が表示されます。 SQL クエリーから提供されたデータを使用して、新しい行が追加されています。 - NetBeans

In the Outline window, right-click tripRowSet under SessionBean1 and choose Edit SQL Statement from the pop-up menu.The SQL Query Editor opens. 例文帳に追加

「アウトライン」ウィンドウで、「SessionBean1」の下の「tripRowSet」を右クリックして、ポップアップメニューから「SQL 文を編集」を選択します。 SQL クエリーエディタが開きます。 - NetBeans

the SQL query or the statement to prepare string $type if supplied, the type of the column in the result set will be set for fetching 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 string$type 指定した場合は、結果セットのカラムの型が取得したものに設定されます。 - PEAR

the SQL query or the statement to prepare string $type if supplied, the type of the cell in the result set will be set for fetching 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 string$type 指定した場合は、結果セットのカラムの型が取得したものに設定されます。 - PEAR

It is not extremely useful to write a custom driver for a such simple SQL query, but it should get you started.Example 62-1. 例文帳に追加

こんな SQL クエリのために独自のドライバを書くのは実用的ではありませんが、はじめの一歩としてはお勧めです。 - PEAR

This action removes the column from the result set and from the SQL query that is in the Source Code pane, as shown in the following figure.例文帳に追加

この操作によって、次の図に示すように、結果セットと、「ソースコード」区画内の SQL クエリーからこれらの列が削除されます。 - NetBeans

Choose Ascending from the drop-down list in the Sort Type cell.The IDE automatically sets the Sort Order and adds the sort clause to the SQL query.例文帳に追加

「ソート方法」セルのドロップダウンリストから「昇順」を選択します。 ソートの順序が自動的に設定され、SQL クエリーにソート句が追加されます。 - NetBeans

When you added a Data Provider for the TRIP table, the IDE created a RowSet object with an SQL query that returns all the rows for all the columns in the table.例文帳に追加

TRIP 表のデータプロバイダを追加したときに、行セットオブジェクトと、表内のすべての列のすべての行を返す SQL クエリーが作成されました。 - NetBeans

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

例文

After the fact tree has been confirmed, a query mapper of the present invention to be executed as a "fact tree=> SQL query" module 400 is used to generate the queries to the information system.例文帳に追加

事実ツリーを確認した後、「事実ツリー=>SQL照会文」モジュール(400)として実行される本発明の照会文マッパを用いて、情報システムの照会文を生成する。 - 特許庁




  
Copyright © Japan Patent office. 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS