意味 | 例文 (115件) |
Primary Keyの部分一致の例文一覧と使い方
該当件数 : 115件
You are specifying the primary key for your table.例文帳に追加
表の主キーを指定します。 - NetBeans
unique and primary key constraints 例文帳に追加
ユニークキーおよび主キー制約 - PEAR
A constraint as is defined here is usually a Primary Key, an Unique Key or a Foreign Key. 例文帳に追加
ここで言う「制約」とは、通常は主キーやユニークキー、そして外部キーのことです。 - PEAR
The key management apparatus comprises a database and a key management center and uses a primary copyright label, a primary utilization key including a first encryption key, a second utilization key, a third encryption key and a copyright management program.例文帳に追加
データベース、鍵管理センタを備え、1次著作権ラベル、第1暗号鍵を含む1次利用鍵,2次利用鍵,第3暗号鍵,著作権管理プログラムが用いられる。 - 特許庁
The IDE also generated two additional classes for the tables with composite primary keys: CLIENT and PROJECT.The primary key classes for these tables (ClientPK.java and ProjectPK.java) have PK appended to the name. 例文帳に追加
また、複合主キーを持つ CLIENT と PROJECT の各表に 2 つの追加クラスが生成されています。 - NetBeans
Primary and unique indices both define constraints that require that each key value be unique within the table. 例文帳に追加
primary や unique を指定した場合、そのキーの値はテーブル内で一意でなければならなくなります。 - PEAR
Non-generated, composite primary key that includes two fields constituting a foreign key to the CLIENT table 例文帳に追加
CLIENT 表に対する外部キーを構成する 2 つのフィールドを含む、生成されない複合主キー - NetBeans
Column AddressID is a foreign key that references the primary key of the Address table (defined below). 例文帳に追加
またAddressID は外部キーで、Address テーブル (後ほど定義します)の主キーを参照しています。 - PEAR
A VSAM alternate index provides the ability to access a VSAM primary base cluster by a key other than the primary key. 例文帳に追加
VSAMの代替索引は、VSAMの1次ベースクラスタに1次キー以外のキーでアクセスする能力を提供する。 - コンピューター用語辞典
Cross-references PROJECT and CONSULTANT, the former having a composite primary key 例文帳に追加
PROJECT と CONSULTANT とを相互参照します。 PROJECT には複合主キーがあります - NetBeans
Simple fetch of data based on Primary Key or column and value 例文帳に追加
例例 39-1主キーあるいはカラムと値に基づいたデータの簡単なフェッチ - PEAR
Example 39-1. Simple fetch of data based on Primary Key or column and value 例文帳に追加
例 39-1主キーあるいはカラムと値に基づいたデータの簡単なフェッチ - PEAR
In the example events table, the id should be a primary key. 例文帳に追加
サンプルデータベースのテーブルでは、id が主キーでなければなりません。 - PEAR
If colNameis set, it is used as the primary key column name. 例文帳に追加
colNameを指定した場合は、それを主キーのカラム名として使用します。 - PEAR
The primary user makes primary copyright data which are encrypted using the first encryption key and supplied, into a plaintext and utilizes it using the primary utilization key acquired from the key management center but when preserving the data, they are re-encrypted using the primary utilization key.例文帳に追加
1次ユーザは第1暗号鍵を用いて暗号化されて供給された1次著作権データを鍵管理センタから入手した1次利用鍵で平文化し利用するが、保存する場合には1次利用鍵を用いて再暗号化される。 - 特許庁
The primary user works the primary copyright data by acquiring the secondary utilization key for working the primary copyright data from the key management center, and the data in the middle of working are encrypted and preserved by the secondary utilization key.例文帳に追加
1次ユーザは鍵管理センタから1次著作権データ加工用の2次利用鍵を入手して1次著作権データの加工を行い、加工途中のデータは2次利用鍵で暗号化されて保存される。 - 特許庁
In this distribution and reception system, a primary transmitting side device 1 encrypts data by an n-bit key K1, encrypts the key K1 by a key K2 and transmits them.例文帳に追加
1次送出側装置1は、nビットの鍵K1によりデータを暗号化するとともに、鍵K2により鍵K1を暗号化し、それらを伝送する。 - 特許庁
A primary shaft 1 having a key way 3 for storing a key 4 and a secondary shaft 2 eccentrically facing the primary shaft and rotatably storing a pin 6 parallel with the key are spliced together so as to rotate with constant velocity.例文帳に追加
キー4を収容するキー溝3を有する一次側軸1と、一次側軸と偏心して対向しキーと平行なピン6を回転自在に収容する二次側軸2とを、等速で回転するように継ぐ。 - 特許庁
A primary use license generating section 107 generates a content key for encrypting content data and generates primary use license data including the content key and control information associated with copying of the content key.例文帳に追加
一次利用ライセンス生成部107は、コンテンツデータを暗号化するためのコンテンツ鍵を生成し、コンテンツ鍵と、コンテンツ鍵の複製に関する制御情報とを含む一次利用ライセンスデータを生成する。 - 特許庁
For a key-sequenced data set the primary form of access is keyed access, using an index 例文帳に追加
キー順データセットに対する本来のアクセス法は,索引を使用したキーによるアクセスである - コンピューター用語辞典
Type NewsEntity for the class name, type ejb for the package, and leave the Primary Key Type as Long.例文帳に追加
クラス名に「NewsEntity」を、パッケージに「ejb」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans
Type Animal for the class name, entity for the package, and leave the Primary Key Type as Long.例文帳に追加
クラス名に「Animal」を、パッケージに「entity」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans
All tables found in relational databases must contain a primary key.例文帳に追加
リレーショナルデータベースにあるすべての表に、主キーを含める必要があります。 - NetBeans
non-nullable one-to-many; in a Project entity, the value of the client field is part of the Project's primary key 例文帳に追加
null 可能ではない 1 対多の関係。 Project エンティティーで、client フィールドの値は Project の主キーの一部です - NetBeans
Type Pavilion for the class name, entity for the package, and leave the Primary Key Type as Long.例文帳に追加
クラス名に「Pavilion」を、パッケージに「entity」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans
Note: This can only be used for tables with a single column primary key. 例文帳に追加
注意: これは、主キーが単一カラムで構成されるテーブルでのみ使用可能です。 - PEAR
In the following example, we declare the "id" primary key column of the GuestBook table to be auto-increment: 例文帳に追加
次の例では、GuestBook テーブルの主キーカラムである "id" を自動インクリメントに設定します。 - PEAR
The effect this is to prohibit updates of the primary key value in rows of Person that are referenced by rows of PersonPhone. 例文帳に追加
その結果、PersonPhone の行から参照されている Personの行の主キーを更新することができなくなります。 - PEAR
This data is inconsistent between RDBMS's due to the way each RDBMS works: primary_key 例文帳に追加
この内容には、DBMS 間での一貫性はありません。 それぞれの DBMS に依存し、次のような内容になります。 - PEAR
Primary sampling points are defined, based on each key point position in the Gaussian pyramid space (3005).例文帳に追加
一次標本点が、ガウシアンピラミッド空間の各キーポイント位置に基づいて特定される(3005)。 - 特許庁
The weight 12 is fitted in the fitting hole bored in a primary key board 11 in surface contact.例文帳に追加
鍵本体11に形成された取付穴に重り12を面接触させた状態で取り付けた。 - 特許庁
As return of the electronic key is received, a primary stock table is generated to indicate an actual stock situation.例文帳に追加
電子キーの返却受付により、実際の在庫状況を示す棚一次テーブルが生成される。 - 特許庁
This disclosed example method includes associating a function block with a primary key.例文帳に追加
開示される例示的な方法には、機能ブロックを一次キーに関連付けることが含まれる。 - 特許庁
Specify COMPRESS to enable key compression, which eliminates repeated occurrence of primary key column values in index-organized tables. 例文帳に追加
キー圧縮を使用可能にするにはCOMPRESSを指定すること。これは索引編成テーブル中の一次キー列の値が繰り返し出現するのを除去する。 - コンピューター用語辞典
A client of the consulting agencyNon-generated, composite primary key (whose fields do not constitute a foreign key) 例文帳に追加
コンサルティングエージェンシーのクライアント 生成されない複合主キー (フィールドは外部キーを構成しません) - NetBeans
Here, a null value of the fourth parameter is used to indicate that the referenced key should be taken, by default, to be primary key of referenced table Person. 例文帳に追加
4 番目のパラメータに null を渡すと、参照されるキーはデフォルトで参照テーブル Person の主キーとなることを意味します。 - PEAR
The terminals 1 of the primary users acquire a decoding key from a key-issuing server 7, decode the encoded content and output it.例文帳に追加
一次ユーザーの端末1は、キー発行サーバ7から復号キーを取得し、暗号化コンテンツを復号して出力する。 - 特許庁
A color temperature adjusting key is set and by adjusting at least two of three primary colors in response to pressing this key, color adjustment of an image is performed.例文帳に追加
色温度調整キーを設定し、この押圧に応じて、三原色の2色以上を調整することにより、前記課題を解決する。 - 特許庁
意味 | 例文 (115件) |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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. |
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |