| 例文 |
database tablesの部分一致の例文一覧と使い方
該当件数 : 177件
Recreating Tables from a Different Database 例文帳に追加
異なるデータベースの表の再作成 - NetBeans
Code Listing3.1: Empty gentoo Database mysql SHOW TABLES;Empty set (0.00 sec) 例文帳に追加
コード表示3.1:空っぽのデータベースgentoo - Gentoo Linux
The tables in the consult database appear in the Available Tables listbox. 例文帳に追加
consult データベース内の表が「使用可能な表」リストボックスに表示されます。 - NetBeans
The dialog closes and you return to the Database Tables panel. 例文帳に追加
ダイアログが閉じ、「データベース表」パネルに戻ります。 - NetBeans
The New Entity Classes from Database wizard opens in the Database Tables panel. 例文帳に追加
「新規 データベースからのエンティティークラス」ウィザードが「データベース表」で開きます。 - NetBeans
Create RESTful web services from database tables or from JPA entities例文帳に追加
データベース表または JPA エンティティーからの RESTful Web サービスの作成 - NetBeans
Code to interact with multiple related database tables. 例文帳に追加
関連する複数のデータベース表と対話するためのコード。 - NetBeans
To provide a database structure facilitating the designing of tables.例文帳に追加
テーブル設計が容易なデータベース構造を提供する。 - 特許庁
The Database Tables page should now look like the image below. 例文帳に追加
「データベース表」ページは次の画像のようになるはずです。 - NetBeans
type of requested info, valid values for $type are database dependent, ie: tables, databases, users, view, functions 例文帳に追加
取得したい情報の型。 $typeに指定できる値はデータベースに依存しtables、databases、users、view、functions のいずれかです。 - PEAR
Expand the node for the travel database connection to view the tables. 例文帳に追加
Travel データベース接続ノードを展開して、表を表示します。 - NetBeans
Expand the jdbc node for the Travel database, then expand the Tables node. 例文帳に追加
Travel データベースの jdbc ノードを展開し、「表」ノードを展開します。 - NetBeans
The following table describes the tables found in the consult database. 例文帳に追加
次の表では、consult データベース内の表について説明します。 - NetBeans
Expand the jdbc node for the TRAVEL database, then expand the Tables node. 例文帳に追加
Travel データベースの jdbc ノードを展開して、「表」ノードを展開します。 - NetBeans
Expand the node, and expand its Tables subnode.You should see four database tables listed. 例文帳に追加
ノードを展開し、「表」サブノードを展開します。 4 つのデータベース表が一覧表示されるはずです。 - NetBeans
Connected to a database in the IDE.Created classes that represent the database tables to which you want to bind.例文帳に追加
IDE でデータベースに接続している。 バインドするデータベース表を表すクラスを作成している。 - NetBeans
If the script runs successfully, the database structure becomes visible in the database connection node in the Services view.Refresh the Tables node if the database structure does not appear. 例文帳に追加
スクリプトが正常に実行されると、データベース構造が「サービス」ビューのデータベース接続ノードに表示されます。 - NetBeans
First you will create the entity classes Animal and Pavilion.The classes represent the ANIMAL and PAVILION tables in the database. 例文帳に追加
これらのクラスは、データベース内の ANIMAL と PAVILION という表を表します。 - NetBeans
Note: Typically, with a Rails project, you base your model classes on database tables.例文帳に追加
注: 通常、Rails プロジェクトでは、モデルクラスをデータベース表の土台にします。 - NetBeans
The Customers and Orders entity classes, which represent the data from the CUSTOMERS AND ORDERS database tables.例文帳に追加
CUSTOMERS AND ORDERS データベース表のデータを表す、Customers エンティティークラスおよび Orders エンティティークラス。 - NetBeans
In the Database Explorer, right-click the Tables node and choose Create Table.例文帳に追加
データベースエクスプローラで「表」ノードを右クリックし、「表を作成」を選択します。 - NetBeans
Use Rake tasks and migration files to create and update database tables例文帳に追加
Rake タスクとマイグレーションファイルを使用して、データベース表を作成および更新する - NetBeans
The Database Explorer gives you quick view over your tables and columns.例文帳に追加
データベースエクスプローラを使用すると、表および列をすばやく表示できます。 - NetBeans
Right-click the Tables node in the Database Explorer and choose Execute command.例文帳に追加
データベースエクスプローラで「表」ノードを右クリックし、「コマンドを実行」を選択します。 - NetBeans
See the tables below for a more detailed overview of the database structure. 例文帳に追加
データベース構造の詳しい概要については、表を参照してください。 - NetBeans
The database system stores item tables of items appended by timestamps.例文帳に追加
データベース・システムは、タイムスタンプが付されたアイテムのアイテム・テーブルを格納している。 - 特許庁
Each database node 14 holds and manages one or more tables.例文帳に追加
各データベースノード14は、それぞれ1個以上のテーブルを保持・管理している。 - 特許庁
in a relational database the data are organized as a number of differently sized tables 例文帳に追加
関係データベースでは、データは多くの異なるサイズのテーブルとして組織化される - 日本語WordNet
In the Database Tables panel, select the jdbc/sample data source from the Data Source drop-down field. 例文帳に追加
「データベース表」パネルで、「データソース」ドロップダウンリストから「jdbc/sample」データソースを選択します。 - NetBeans
To perform equal connection of three or more tables in a database system at high speed.例文帳に追加
データベースシステムにおける3つ以上のテーブルの等結合を高速に行う。 - 特許庁
A database comprising a plurality of tables is divided with the table as a unit, and is managed by each database node 14.例文帳に追加
複数のテーブルからなるデータベースを、このテーブルを単位として分割して、各データベースノード14が管理している。 - 特許庁
To generate the code for all of the tables in a database named $database, instantiate a DB or MDB2 object named $conn that connects to the database of interest, and execute the following code: Example 39-1.例文帳に追加
データベース $database の全テーブル用のコードを生成するには、まず DB あるいはMDB2 のオブジェクトを $connという名前で接続してデータベースに接続し、次のコードを実行します。 - PEAR
To provide a database analysis program, a database analysis apparatus and a database analysis method which can detect relation between items in a plurality of tables.例文帳に追加
複数のテーブルにおける項目間の関連を検出するデータベース分析プログラム、データベース分析装置、データベース分析方法を提供する。 - 特許庁
A server provides a Web response that can include contents from data tables in a database.例文帳に追加
サーバは、データベース内のデータテーブルのコンテンツを入れられるWeb応答を供給する。 - 特許庁
Expand the jdbc node for the Travel database, then expand the Tables node as seen in the following figure. 例文帳に追加
次の図に示すように、Travel データベースの jdbc ノードを展開し、「表」ノードを展開します。 - NetBeans
It also described how to work with MySQL in the IDE's Database Explorer by creating new database instances and tables, populating tables with data, and running SQL queries.例文帳に追加
また、IDE のデータベースエクスプローラで MySQL を操作して、新しいデータベースインスタンスや表の作成、表へのデータの生成、および SQL クエリーの実行を行う方法も説明しました。 - NetBeans
In the Database Tables panel, select New Data Source from the Data Source drop-down field. 例文帳に追加
「データベース表」パネルで、「データソース」ドロップダウンリストから「新しいデータソース」を選択します。 - NetBeans
Database devices 10 (10A, 10B) divides target tables into two processing group tables (divided tables 131, 132) by using a hash function.例文帳に追加
データベース装置10(10A,10B)はそれぞれ、結合対象となるテーブルを、ハッシュ関数を用いて2つの処理グループのテーブル(分割テーブル131,132)に分割する。 - 特許庁
In order to work with creating tables for our new gentoo database, we need to select it as our current database.例文帳に追加
この新しいデータベースgentooにテーブルを作成するには、gentooを現在の接続先データベースとして選択する必要があります。 - Gentoo Linux
To provide a database system, a computer executable method, a computer executable program for the database system, and a method for updating an index tables in a database system.例文帳に追加
データベース・システム、データベース・システムのためのコンピュータ実行可能な方法、プログラムおよびデータベース・システムにおける索引テーブルをアップデートする方法を提供すること。 - 特許庁
A table build engine and a database compiler are used to create the look-up tables.例文帳に追加
ルックアップ・テーブルを作成するためには、テーブル構築エンジンとデータベース・コンパイラとが用いられる。 - 特許庁
A database device 100 includes a plurality of master tables prepared for each business attribute.例文帳に追加
データベース装置100は、業務属性毎に用意された複数のマスタテーブルを備える。 - 特許庁
On the basis of the SQL input, the driver transforms the hierarchical data store into relational database tables.例文帳に追加
ドライバは、SQL入力に基づいて、階層データストアをリレーショナルデータベーステーブルに変換する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|

