| 例文 |
"Database Connection"を含む例文一覧と使い方
該当件数 : 94件
When connected to a database, you can expand the database connection node to view the structure of the database. 例文帳に追加
データベースに接続したら、データベース接続ノードを展開し、データベースの構造を表示できます。 - NetBeans
(You can connect to the database by right-clicking the node for the database connection and choosing Connect.)例文帳に追加
データベース接続のノードを右クリックし、「接続」を選択することでデータベースに接続できます。 - NetBeans
If nothing appears in the URL Template field, type the URL template for the database connection. 例文帳に追加
「URL テンプレート」フィールドに何も表示されていない場合、データベース接続の URL テンプレートを入力します。 - NetBeans
Under the Databases node, Right-click the database URL associated with the database and Right-click the database connection and choose connect. 例文帳に追加
「データベース」ノードで、当該データベースに関連するデータベース URL を右クリックし、「接続」を選択します。 - NetBeans
In the Databases Explorer, right-click the Tables node beneath the contact database connection and choose Recreate Table.例文帳に追加
データベースエクスプローラで、contact データベース接続の下にある「表」ノードを右クリックし、「表を再作成」を選択します。 - NetBeans
To connect to the TRAVEL database, right-click the jdbc node for the travel database connection and choose Connect from the pop-up menu. 例文帳に追加
Travel データベースに接続するには、Travel データベース接続の jdbc ノードを右クリックし、ポップアップメニューから「接続」を選択します。 - NetBeans
Right-click Databases and choose New Connectionfrom the pop-up menu to open the New Database Connection dialog box. 例文帳に追加
「データベース」を右クリックし、ポップアップメニューから「新規接続」を選択して「データベースの新規接続」ダイアログを開きます。 - NetBeans
In the Add Database Connection dialog, select your database from the Server Type drop down list, provide the requested information, and click OK.For Java Studio Creator applications that use Java DB, type the User ID and Password associated with the application. 例文帳に追加
「サーバー」ドロップダウンリスト (適用される場合) で、「Sun Java System Application Server」が選択されている必要があります。 - NetBeans
Once you have created a database connection, you can connect to and modify the database and use the database in your application. 例文帳に追加
データベース接続を作成したら、データベースに接続して、変更したり、アプリケーションでデータベースを使用したりできます。 - NetBeans
To access your database from your project, you need to create a database connection that your project can use. 例文帳に追加
プロジェクトからデータベースにアクセスするには、プロジェクトで使用できるデータベース接続を作成する必要があります。 - NetBeans
Create a connection pool by extracting the connection information from an existing database connection or from a connected database 例文帳に追加
既存のデータベース接続または接続したデータベースから、接続情報を抽出して、接続プールを作成する - NetBeans
The different columns in the table can be viewed by going to the "Services" tab and expanding the sakila database connection created earlier: 例文帳に追加
表の別の列は「サービス」タブから、先ほど作成した sakila のデータベース接続を展開することで表示できます。 - NetBeans
In the Services window, expand the states database connection node and the Tables folder to verify that the states table has been created. 例文帳に追加
「サービス」ウィンドウで states データベース接続ノード、「表」フォルダの順に展開し、states 表が作成されていることを確認します。 - NetBeans
You can also use the IDE to help you set up a database connection pool and register the resources with the Sun Java System Application Server to use in your application. 例文帳に追加
さらに、IDE を使用して、データベース接続プールを設定し、Sun Java System Application Server にアプリケーションで使用するリソースを登録できます。 - NetBeans
output level, 1 is general, 5 tends to reveal things like database connection passwords.. 例文帳に追加
出力レベルを設定します。 1 は通常の出力となり、5 はデータベースの接続パスワードなども出力するようになります。 - PEAR
By default, MDB2 uses 2 places to the right of the decimal point, but this may be changed when setting the database connection. 例文帳に追加
デフォルトでは、MDB2 は小数部の桁数を 2 としています。 しかしこれは、データベースへの接続時に変更することができます。 - PEAR
In the Runtime window, right-click Databases and choose New Connectionfrom the pop-up menu to open the New Database Connection dialog box. 例文帳に追加
「実行時」ウィンドウで「データベース」を右クリックし、ポップアップメニューから「新規接続」を選択して「データベースの新規接続」ダイアログを開きます。 - NetBeans
A database connection pool is a group of reusable connections that a server maintains for a particular database. 例文帳に追加
データベース接続プールとは、特定の 1 つのデータベースに関して再利用可能な接続をまとめたもので、サーバーによって維持されます。 - NetBeans
In the Detail Options panel, click Finish. The wizard then generates the a basic user interface with a table and a database connection.例文帳に追加
「詳細オプション」パネルで「完了」をクリックします。 ウィザードによって、表とデータベース接続を含む基本のユーザーインタフェースが生成されます。 - NetBeans
Select the MyBusinessRecords database connection and select the products table.When you import this data to the form, code for a List object of Products is generated.例文帳に追加
MyBusinessRecords データベース接続を選択し、products 表を選択します。 このデータをフォームにインポートすると、製品の List オブジェクトのコードが生成されます。 - NetBeans
To see the if the tables were created correctly, expand the Tables node under the database connection node.You can expand a table node to see the table columns, indexes and any foreign keys.You can right-click a column and choose Properties to view additional information about the column. 例文帳に追加
表が正しく作成されたかどうかを確認するには、データベース接続ノードの下の「表」ノードを展開します。 - NetBeans
In the Runtime window, expand the Databases node, right-click the node of the database connection you want to use, and choose Connect as shown in Figure 5. 例文帳に追加
図 5 に示すように、「実行時」ウィンドウで「データベース」ノードを展開し、使用するデータベース接続のノードを右クリックして、「接続」を選択します。 - NetBeans
Fetch the pear database connection that the object uses - so you can find information or send queries directly to it. 例文帳に追加
オブジェクトが使用している PEAR データベースの接続を取得します。 これにより、様々な情報を検索したり直接クエリを送信することができます。 - PEAR
In the Add Database Connection dialog, add the JDBC driver if it hasn't already been registered or set the driver using the dropdown then click OK. 例文帳に追加
「データベース接続を追加」ダイアログで、JDBC ドライバがまだ登録されていない場合は追加するか、またはドロップダウンリストを使用してドライバを設定し、「了解」をクリックします。 - NetBeans
By right-clicking nodes under the database connection node you can access commands enabling you to modify the structure of the database, including creating, populating and deleting tables and columns. 例文帳に追加
データベース接続ノードの下のノードを右クリックし、コマンドにアクセスして、表や列の作成、入力、削除など、データベースの構造を変更できます。 - NetBeans
If you are deploying your application to the Sun Java System Application Server, the IDE enables you to easily set up a database connection pool and the required data sources using the New File wizard. 例文帳に追加
Sun Java System Application Server にアプリケーションを配備している場合、IDE で「新規ファイル」ウィザードを使用し、データベース接続プールと必要なデータソースを簡単に設定できます。 - NetBeans
An application 111 of a terminal 110 transmits an adapted database retrieval request to a database connection destination selecting system 112, and based on host candidate information H01 in an external storage device 113, the database connection destination selecting system 112 transmits an adaptation check request to a database adaptation deciding system 101 of a host computer 100 by a UDP/IP.例文帳に追加
端末110のアプリケーション111は適合データベース検索要求をデータベース接続先選択システム112に送信し、データベース接続先選択システム112は外部記憶装置113のホスト候補情報H01に基づいて適合検査要求をUDP/IPによりホストコンピュータ100のデータベース適合判断システム101に送信する。 - 特許庁
To provide a database connection system capable of registering to a database metadata along with data to be written to the database by a processing module without altering the processing module.例文帳に追加
処理モジュールを改造することなく、処理モジュールによってデータベースに書き込まれるデータとともにメタデータもデータベースに登録できるようにするデータベース接続システムを提供する。 - 特許庁
CONNECTION SETTING SYSTEM FOR TERMINAL EQUIPMENT, CUSTOMER AUTHENTICATION DEVICE, CUSTOMER DATABASE, CONNECTION SETTING METHOD FOR TERMINAL EQUIPMENT, CUSTOMER AUTHENTICATION METHOD, CUSTOMER AUTHENTICATION PROGRAM AND CONNECTION SETTING PROGRAM FOR TERMINAL EQUIPMENT例文帳に追加
端末機器の接続設定システム、顧客認証装置、顧客データベース、端末機器の接続設定方法、顧客認証方法、顧客認証プログラム、端末機器の接続設定プログラム。 - 特許庁
To solve the following problem: when rule setting and database connection are separately displayed independently of template editing, in template editing of a VDP document, it is difficult to acquire their relationship, thereby reducing work efficiency.例文帳に追加
VDP文書のテンプレート編集時、ルール設定とデータベース接続を、テンプレート編集とは独立して別々に表示して作業すると、関連性が把握しづらく、作業効率が良くない。 - 特許庁
Note:If the sakila database is not available as an option in the Frameworks panel in the wizard,check to see if the connection is listed under the Databases node in the Services window.If the connection is not there, you need to create the database connection. 例文帳に追加
注: Sakila データベースがウィザードの「フレームワーク」パネルのオプションとして使用できない場合、この接続が「サービス」ウィンドウの「データベース」ノードに一覧表示されているかどうかを確認します。 - NetBeans
If it is decided that a database 102 is adapted, based on the adaptation check response, the database connection destination selecting system 112 supplies an adapted database retrieval response to the application 111.例文帳に追加
データベース接続先選択システム112は適合検査応答を元にデータベース102が適合であると判断したとき適合データベース検索応答をアプリケーション111に供給する。 - 特許庁
You will also notice the global $db variable used here - the fact is that most of the time you will use a common database connection for all your classes, so how should this be dealt with? 例文帳に追加
また、グローバル変数 $db をここで使用していることに気づくでしょう。 実際にあなたはほとんどの場合で、全てのクラスで共通のデータベース接続を使用しているでしょう。 - PEAR
The table for conversion converts a first database connection-control character string having a connection character string including a first SQL sentence for a first database engine of the first database system and a database control character string, into a second database connection-control character string having a connection character string including a second SQL for a second database engine of the second database system and the database control character string.例文帳に追加
この変換用テーブルは、第1のデータベースシステムの第1データベースエンジン用の第1SQL文を含む接続文字列とデータベース制御文字列とを有する第1データベース接続・制御文字列を、第2データベースシステムの第2データベースエンジン用の第2SQL文を含む接続文字列とデータベース制御文字列とを有する第2データベース接続・制御文字列に変換するためのものである。 - 特許庁
When you click Connect a database connection node for the Sakila database(jdbc:mysql://localhost:3306/sakila [username on Default])is listed under the Databases node.When a connection is open you can view the data in the database by expanding the connection node. 例文帳に追加
「接続」をクリックすると、Sakila データベースのデータベース接続ノード (jdbc:mysql://localhost:3306/sakila [デフォルトのユーザー名]) が「データベース」ノードに一覧表示されます。 接続が開いたら、接続ノードを展開してデータベースのデータを確認できます。 - NetBeans
You only need to supply the details to create a connection once, and after setting up the initial connection you can easily use the database connection node in the Runtime window to connect to and disconnect from a database. 例文帳に追加
詳細を指定して、接続を作成する必要があるのは 1 回だけで、初期接続の設定後は、「実行時」ウィンドウのデータベース接続ノードを使用して、簡単にデータベースに接続したり、切断したりできます。 - NetBeans
To minimize a log-in frequency from a reapeating installation to a database when accessed from a terminal using a communication system of no connection control to the database connection-controlled via the repeating installation.例文帳に追加
接続管理をしない通信方式を用いる端末から、中継装置経由で接続管理を行うデータベースに対するアクセスを行うとき、中継装置からデータベースに対するログイン回数を最小限にする。 - 特許庁
A database access system has a database connection specification means for recognizing a current mode and storing information on database identification specifying a database to be connected in the mode, a database access management information file for storing management information necessary to access databases, and means for accessing the specified database to generate a database object according to the information stored in the database connection specification means and database access management information file.例文帳に追加
現在のモードを認識して当該モードにおいて接続するデータベースを指定する当該データベースを識別する情報を記憶するデータベース接続指定手段と、データベースにアクセスする場合に必要となる管理情報を格納するデータベースアクセス管理情報ファイルと、データベース接続指定手段とデータベースアクセス管理情報ファイルに格納された情報に基づき、指定されたデータベースにアクセスしてデータベースオブジェクトを生成する手段を設ける。 - 特許庁
The circuit design platform comprises a portal 10, a circuit design tool module 20, a circuit design database connection module 30, a circuit design simulation module 40, an integrated circuit manufacture connection module 50, a circuit test connection module 60 and a management module 70.例文帳に追加
ポータル10と、回路設計ツールモジュール20と、回路設計データベース接続モジュール30と、回路設計シミュレーションモジュール40と、集積回路製造接続モジュール50と、回路試験接続モジュール60と、管理モジュール70とを備える。 - 特許庁
You now use the Entity Classes from Database wizard to create entity classes based on tables in the bundled sample database.The sample database is a JavaDB database, but you can use the wizard to quickly generate entity classes fromany supported database if the database connection is registered with the IDE. 例文帳に追加
ここでは「データベースからのエンティティークラス」ウィザードを使用して、付属の sample データベース内の表に基づいてエンティティークラスを作成します。 sample データベースは JavaDB データベースですが、ウィザードを使用すれば、データベース接続が IDE に登録されている任意のデータベースからエンティティークラスをすぐに生成できます。 - NetBeans
After you create the database and the database connection is registered with the IDE, you can use the Entity Classes from Database wizard to quickly generate entity classes based on the tables in the database. The IDE can generate entity classes for each table that you select, and can also generate any necessaryentity classes for related tables.例文帳に追加
データベースを作成し、データベース接続を IDE に登録したら、「データベースからのエンティティークラス」ウィザードを使用して、データベース内の表に基づくエンティティークラスを簡単に生成できます。 IDE では、選択した各表のエンティティークラスを生成でき、関連する表に必要なエンティティークラスを生成することもできます。 - NetBeans
When receiving the URL or paths of database tables 11, 12, 13 and so on selected as the object of connection from an operator (step S101), this database connection device 20 generates a corresponding table 71 in which connection information acquired by associating each of the field names of the database tables, the other comparison object field names and the similarity of the both field names is recorded (steps S104 to S113).例文帳に追加
データベース連結装置20は、操作者から、連結対象として選択したデータベーステーブル11、12、13、…のURLやパスを受け付けると(ステップS101)、それらデータベーステーブルのフィールド名のそれぞれについて、そのフィールド名とそれ以外の比較対象フィールド名と双方のフィールド名の類似度とを対応付けた連結情報が記録された対応テーブル71を、生成する(ステップS104〜S113)。 - 特許庁
| 例文 |
| 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会員(無料)になると
|