意味 | 例文 (28件) |
rowsetを含む例文一覧と使い方
該当件数 : 28件
JHelp > Javadoc References > RowSet 例文帳に追加
「JHelp」「Javadoc 参照」「RowSet」 - NetBeans
RowSet Reference Implementation (RI) 例文帳に追加
行セットリファレンス実装 (RI) - NetBeans
JDBC RowSet Reference Implementation (RI). 例文帳に追加
JDBC 行セットリファレンス実装 (RI) - NetBeans
Try It. You might wonder whether the duplicate code in the prerender and personIdDD_processValueChangemethods causes a double refreshing of the detail rowset.例文帳に追加
試してみましょう。 - NetBeans
Figure 7 : Adding a New Data Provider with RowSet 例文帳に追加
図 7: 行セットを使用した新規データプロバイダの追加 - NetBeans
To modify a query for a RowSet object, you open the Query Editor on the RowSet object from the Navigator window.例文帳に追加
行セットオブジェクトのクエリーを変更するには、「ナビゲータ」ウィンドウから、行セットオブジェクトに対してクエリーエディタを開きます。 - NetBeans
Open a Query Editor on a rowset to modify the SQL query that is used to fill the rowset object. 例文帳に追加
行セットオブジェクトへの入力を行う SQL クエリーを変更するには、行セットに対してクエリーエディタを開きます。 - NetBeans
To modify a query for a RowSet object, you open the Query Editor on the RowSet object from the Outline window.例文帳に追加
行セットオブジェクトのクエリーを変更するには、「アウトライン」ウィンドウから、行セットオブジェクトに対してクエリーエディタを開きます。 - NetBeans
Choose Help Javadoc References Data Provider and choose Help Javadoc References > RowSet to see the APIs for rowsets and data providers. 例文帳に追加
「ヘルプ」「Javadoc 参照」「Data Provider」を選択、および「ヘルプ」「Javadoc 参照」「RowSet」を選択し、行セットおよびデータプロバイダの API を参照してください。 - NetBeans
In this section, you add a second rowset to the project. 例文帳に追加
この節では、プロジェクトに 2 番目の行セットを追加します。 - NetBeans
The rowset is used to calculate the maximum trip ID that has been used. 例文帳に追加
この行セットは、使用した最大の旅行 ID の計算に使用します。 - NetBeans
The RowSet layer makes the connection to the database, executes the queries, and manages the result set. 例文帳に追加
行セットの層でデータベースに接続し、クエリーが実行され、結果セットが管理されます。 - NetBeans
Typically, the only time that you work with the RowSet object is when you need to set query parameters. 例文帳に追加
一般に、行セットオブジェクトを操作するのは、クエリーのパラメータを設定するときだけです。 - NetBeans
You call the RowSet object's setObject method to set the values for the query parameters.例文帳に追加
行セットオブジェクトの setObject メソッドを呼び出して、クエリーのパラメータの値を設定します。 - NetBeans
The rowset object makes the connection to the database, executes the queries, and manages the result set. 例文帳に追加
行セットオブジェクトでデータベースに接続し、クエリーが実行され、結果セットが管理されます。 - NetBeans
You can use a cached rowset, such as the cached rowset that the IDE creates when you add a data provider to a page, as a datasource for filling the report.例文帳に追加
レポートを記入するためのデータソースとして、データプロバイダをページに追加するときに IDE が作成するキャッシュされた行セットのような、キャッシュされた行セットを使用できます。 - NetBeans
Have this method call the detail RowSet object's setObject method to set the new query parameters.例文帳に追加
このメソッドで詳細データの行セットオブジェクトの setObject メソッドを呼び出して、新しいクエリーのパラメータを設定します。 - NetBeans
When you do this, the IDE adds a data provider to the page and a rowset to the SessionBean1 class, as shown in the following figure. 例文帳に追加
次の図に示すように、この操作を行うと、データプロバイダがページに追加され、次の図に示すように、行セットが SessionBean1 クラスに追加されます。 - NetBeans
In this section, you add a feature that makes it possible to add a trip to the table by inserting a rowset into the database. 例文帳に追加
この節では、データベースに行セットを挿入することで表に旅行を追加できる機能を追加します。 - NetBeans
View the Data Provider and the RowSet Javadocs by choosing Help Javadoc References Data Provider and Help Javadoc References RowSet.The log method sends a message and the associatedstack trace to the application server's log to assist in discovering and diagnosing user problems.例文帳に追加
データプロバイダまたは行セットの Javadoc を表示するには、それぞれ「ヘルプ」「Javadoc 参照」「Data Provider」または「ヘルプ」「Javadoc 参照」「RowSet」を選択します。 ユーザーの問題を検出および診断できるように、log メソッドによって、メッセージと関連付けられているスタックトレースがアプリケーションサーバーのログへ送信されます。 - NetBeans
The objects in OLE DB consist mainly of a data source object, a session object, a command object, and a rowset object. 例文帳に追加
OLE DBにおけるオブジェクトは主として, データソース・オブジェクト, セッション・オブジェクト, コマンド・オブジェクトおよび行集合オブジェクトとから成っている. - コンピューター用語辞典
When you bind a database to a component, you create two layers between the component and the database table: the RowSet layer and the Data Provider layer. 例文帳に追加
データベースをコンポーネントにバインドすると、コンポーネントとデータベース表の間に行セットの層とデータプロバイダの層の、2 つの層が作成されます。 - 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
Add code to the Page Bean's prerender method to call the detail RowSet object's setObject method to set the query parameters to some default, such as the first person in a drop-down list.例文帳に追加
ページ Bean の prerender メソッドに、詳細データの行セットオブジェクトの setObject メソッドを呼び出して、クエリーのパラメータをデフォルト値 (ドロップダウンリストの最初の名前) に設定するコードを追加します。 - NetBeans
To create a data provider object and its associated rowset for a database table, drag a table from the Databases section of the Services window onto the page or onto one of its components. 例文帳に追加
データベース表のデータプロバイダオブジェクトと関連する行セットを作成するには、「サービス」ウィンドウの「データベース」セクションからページまたはそのいずれかのコンポーネントに表をドラッグします。 - NetBeans
You are able to edit the information in the row, but because you have not yet provided a mechanism for saving the rowset, your changes will be lost when you choose a different name from the drop-down list. 例文帳に追加
行内の情報を編集することはできますが、行セットを保存するメカニズムをまだ用意していないので、ドロップダウンリストで別の名前を選択すると変更内容は失われます。 - NetBeans
To create a data provider object and its associated rowset for a database table, drag a table from the Databases section of the Runtime window onto the page or onto one of its components. 例文帳に追加
データベース表のデータプロバイダオブジェクトと関連する行セットを作成するには、「実行時」ウィンドウの「データベース」セクションからページまたはそのいずれかのコンポーネントに表をドラッグします。 - NetBeans
意味 | 例文 (28件) |
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. |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |