In the SQL Editor, replace the exiting SQLquery with the following SQLquery.
SQL エディタで、既存の SQL クエリーを次の SQL クエリーに置き換えます。 - NetBeans
Executes a SQLquery Parameter
SQL クエリを実行します。 - PEAR
The SQLQuery Editor opens.
SQL クエリーエディタが開きます。 - NetBeans
Code Sample 1: WHERE Clause in the SQLQuery コード例 1:SQL クエリー内の WHERE 句 - NetBeans
In the SQL Pane of the SQL Editor, replace the existing query to the following query.
SQL エディタの SQL 区画で、既存のクエリーを次のクエリーに置き換えます。 - NetBeans
Example 62-1. Bind an SQLquery 例 62-1SQL クエリのバインド - PEAR
Query ArraysEach SQL select statement is defined by a "query array".
SQL の select 文は "クエリ配列" として定義されます。 - PEAR
Highlighting a SQLquery 例 64-7SQL クエリのハイライティング - PEAR
You can insert an XPath query into an SQLquery.
SQL クエリに XPath クエリを挿入することができます。 - PEAR
Adds items to the where part of a SQLquery.
SQL クエリの WHERE 部分を追加します。 - PEAR
Note: Queries formed in the SQL Editor are parsed in Structured Query Language (SQL). 注: SQL エディタで作成した文およびクエリーは、SQL (Structured Query Language) で構文解析されます。 - NetBeans
the SQLquery integer $from the row to start to fetch.
SQL クエリ。 integer$from 取得を開始する行。 - PEAR
If you click the SQL button you can see the equivalent SQLquery.
「SQL」ボタンをクリックすると、対応する SQL クエリーを見ることができます。 - NetBeans
Enter the following query in the SQL Editor.
SQL エディタに次のクエリーを入力します。 - NetBeans
In the SQL Editor, type in the following query.
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 SQLquery string as an argument.
これは SQL クエリ文字列を引数として受け取ります。 - PEAR
Leave the Query Editor open.
SQL クエリーエディタを開いたままにします。 - NetBeans
If you click the SQL button above the results you should see the following equivalent SQLquery.
結果の上にある「SQL」ボタンをクリックすると、次のような SQL クエリーが表示されるはずです。 - NetBeans
Example 62-1. Using an SQLquery as datasource
例 62-1SQL クエリをデータソースとして使用する - PEAR
This expression is processed on the result set of the first SQLquery. この表現では 最初の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 SQLquery, but fetches only the specificed count of rows.
SQL クエリを実行しますが、指定した行数のみしか取得しません。 - PEAR
In the example, first a SQLquery is done, in the second a SQLquery 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 SQLquery 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 SQLquery 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 SQLquery. 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 SQLQuery Editor opens.
「アウトライン」ウィンドウで、「SessionBean1」の下の「tripRowSet」を右クリックして、ポップアップメニューから「SQL 文を編集」を選択します。 SQL クエリーエディタが開きます。 - NetBeans
To define the SQLquery 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 SQLquery 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 SQLquery.
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 SQLquery that is used to fill the rowset object.
行セットオブジェクトへの入力を行う SQL クエリーを変更するには、行セットに対してクエリーエディタを開きます。 - NetBeans
Delete the existing SQLquery 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 SQLquery.
新しいインスタンスが 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 SQLquery.
「閉じる」をクリックします。 TRIPID の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans
the SQLquery or the statement to prepare array $params array to be used in execution of the statement.
SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR
the SQLquery string $type if supplied, the type of the column in the result set will be set for fetching
SQL クエリ。 string$type 指定した場合は、結果セットのカラムの型が取得時に設定されます。 - PEAR