意味 | 例文 (110件) |
SQL-Queryの部分一致の例文一覧と使い方
該当件数 : 110件
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
In the SQL Pane of the SQL Editor, replace the existing query to the following query. 例文帳に追加
SQL エディタの SQL 区画で、既存のクエリーを次のクエリーに置き換えます。 - NetBeans
Query ArraysEach SQL select statement is defined by a "query array". 例文帳に追加
SQL の select 文は "クエリ配列" として定義されます。 - PEAR
Highlighting a SQL query 例文帳に追加
例 64-7SQL クエリのハイライティング - PEAR
Note: Queries formed in the SQL Editor are parsed in Structured Query Language (SQL).例文帳に追加
注: SQL エディタで作成した文およびクエリーは、SQL (Structured Query Language) で構文解析されます。 - NetBeans
the SQL query integer $from the row to start to fetch. 例文帳に追加
SQL クエリ。 integer$from 取得を開始する行。 - PEAR
If you click the SQL button you can see the equivalent SQL query. 例文帳に追加
「SQL」ボタンをクリックすると、対応する SQL クエリーを見ることができます。 - NetBeans
Close the SQL Command query editor and the create-Travel-derby.sql. 例文帳に追加
SQL コマンドのクエリーエディタと create-Travel-derby.sql タブを閉じます。 - NetBeans
The data is described in the MySQL dialect of SQL, the Structured Query Language.例文帳に追加
このデータはSQL(theStandardQueryLanguage)のMySQL方言で書かれています。 - Gentoo Linux
It takes a SQL query string as an argument. 例文帳に追加
これは SQL クエリ文字列を引数として受け取ります。 - PEAR
If you click the SQL button above the results you should see the following equivalent SQL query. 例文帳に追加
結果の上にある「SQL」ボタンをクリックすると、次のような SQL クエリーが表示されるはずです。 - NetBeans
This expression is processed on the result set of the first SQL query.例文帳に追加
この表現では 最初のSQL クエリのリザルトセットで処理されます。 - PEAR
Copy the contents of the create-Travel-derby.sql file and paste it into the SQL Command query editor. -->例文帳に追加
create-Travel-derby.sql ファイルの内容が、SQL コマンドのクエリーエディタに表示されます。 - NetBeans
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
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
The JDBC application programming interface (API) is Sun Microsystems' API for connecting to databases that support Structured Query Language (SQL). 例文帳に追加
JDBC アプリケーションプログラミングインタフェース (API) は、SQL (Structured Query Language) 言語をサポートするデータベースに接続するための Sun の API です。 - NetBeans
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
MySQL employs SQL, or StructuredQuery Language, for accessing and processing data contained in databases. 例文帳に追加
MySQL は、データベース内のデータへのアクセスおよび処理に SQL (Structured Query Language) を使用しています。 - 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
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 property is an associative array in which keys are query names, and values are query arrays. 例文帳に追加
$sql プロパティは連想配列で、クエリの名前が連想配列のキー、クエリの配列が連想配列の値となります。 - PEAR
When you run your project you will be able to see the SQL query printed in the IDE's Output window. 例文帳に追加
プロジェクトを実行すると、IDE の出力ウィンドウに SQL クエリーが表示されます。 - 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
Note: Statements and queries formed in the SQLEditor are parsed in Structured Query Language. 例文帳に追加
SQL は厳密な構文規則に準拠しています。 - NetBeans
Open a Query Editor on a rowset to modify the SQL query that is used to fill the rowset object. 例文帳に追加
行セットオブジェクトへの入力を行う 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
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
the SQL query or the statement to prepare array $params array to be used in execution of the statement. 例文帳に追加
SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR
意味 | 例文 (110件) |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
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/ ). |
© 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会員(無料)になると
![]() |