| 意味 | 例文 |
Table nameの部分一致の例文一覧と使い方
該当件数 : 833件
In the XML editor, make the following changes (in bold).hibernate-mappingclass dynamic-insert="false" dynamic-update="false" mutable="true"name="travel.Trip" optimistic-lock="version" polymorphism="implicit"select-before-update="false" table="TRIP"id column="TRIPID" name="tripId"generator class="increment"//idproperty column="PERSONID" name="personId"/property column="DEPDATE" name="depDate" type="date"/property column="DEPCITY" name="depCity"/property column="DESTCITY" name="destCity"/property column="TRIPTYPEID" name="tripTypeId"//class/hibernate-mapping 例文帳に追加
XML エディタで、次のボールドの変更を加えます。 hibernate-mappingclass dynamic-insert=false dynamic-update=false mutable=truename=travel.Trip optimistic-lock=version polymorphism=implicitselect-before-update=false table=TRIPid column=TRIPID name=tripIdgenerator class=increment//idproperty column=PERSONID name=personId/property column=DEPDATE name=depDate type=date/property column=DEPCITY name=depCity/property column=DESTCITY name=destCity/property column=TRIPTYPEID name=tripTypeId//class/hibernate-mapping - NetBeans
(Defaults to the name of this table, $this-table)'join' - any join clauses that should be added to the FROM clause.'where' - the WHERE clause 例文帳に追加
'join' - FROM 句に追加する join 句'where' - WHERE 句 - PEAR
The second part is the name of the package (like "Upload", "Portscan", "Table"). 例文帳に追加
2番目の部分は、パッケージの名前です(例、"Upload", "Portscan", "Table")。 - PEAR
In the first table row, enter the following (changes in bold):trtdEnter your name:/tdtdhtml:text property=name //td/tr 例文帳に追加
表の最初の行に、次のボールドで示す部分を入力します。 trtdEnter your name:/tdtdhtml:text property=name //td/tr - NetBeans
Yourform should now display similar to that below:form name=autofillform action=autocomplete.phptable border=0 cellpadding=5theadtrth/thth/th/tr/theadtbodytrtd/tdtd/td/trtrtd/tdtd/td/tr/tbody/table/form 例文帳に追加
フォームは次のようになります。 form name=autofillform action=autocompletetable border=0 cellpadding=5theadtrth/thth/th/tr/theadtbodytrtd/tdtd/td/trtrtd/tdtd/td/tr/tbody/table/form - NetBeans
This tidies up the code.Your form should now display similar to that below:form name=autofillform action=autocompletetable border=0 cellpadding=5theadtrth/thth/th/tr/theadtbodytrtd/tdtd/td/trtrtd/tdtd/td/tr/tbody/table/form 例文帳に追加
フォームは次のようになります。 form name=autofillform action=autocompletetable border=0 cellpadding=5theadtrth/thth/th/tr/theadtbodytrtd/tdtd/td/trtrtd/tdtd/td/tr/tbody/table/form - NetBeans
VALUES ('.name.', '.password.'),where name is the name of the new wisher and password is the wisher's password.The query adds a new record to the wishers table with the fields name and password filled in with the values of name and password respectively. 例文帳に追加
クエリーは、name および password それぞれの値が書き込まれた「name」フィールドおよび「password」フィールドを持つ 「wishers」表に新しいレコードを追加します。 - NetBeans
In the Design Grid of the Query Editor, find the name row for the person table. 例文帳に追加
クエリーエディタのデザイングリッドで、person 表の name 行を探します。 - NetBeans
In the Design Grid of the Query Editor, find the NAME row for the TRAVEL.PERSON table. 例文帳に追加
クエリーエディタのデザイングリッドで、TRAVEL.PERSON 表の NAME 行を探します。 - NetBeans
In the TRIPTYPE table, clear the check boxes for TRIPTYPEID, NAME, and LASTUPDATED.例文帳に追加
「TRIPTYPE」表で、TRIPTYPEID、NAME、および LASTUPDATED のチェックボックスを選択解除します。 - NetBeans
mysql CREATE TABLE developers ( name VARCHAR(128), email VARCHAR(128), job VARCHAR(128));Query OK, 0 rows affected (0.11 sec) Looks like our table was created ok. 例文帳に追加
テーブルをうまく作成できたようです。 - Gentoo Linux
Most DBMS's only provide the table and flags elements if $result is a table name.例文帳に追加
$resultがテーブル名の場合、ほとんどの DBMS ではtable 要素およびflags 要素しか返しません。 - PEAR
In the Table Name text field, type FRIENDS. 例文帳に追加
「表名」テキストフィールドに「FRIENDS」と入力します。 - NetBeans
In the Table name text field, type Subject. 例文帳に追加
「表名」テキストフィールドに「Subject」と入力します。 - NetBeans
The name of the database table, where the authorization data is stored. 例文帳に追加
認証データが保存されるテーブル名。 - PEAR
On the basis of a table as an object of retrieval, a table list table 1, a numeral table 2, a character table 3, a key word table 4, a key word- to-character table name table 5, and a character table-to-record number table 6 are previously generated.例文帳に追加
検索対象テーブルを基に予めテーブル一覧テーブル1、数値テーブル2、文字テーブル3、キーワードテーブル4、キーワード対文字テーブル名テーブル5、文字テーブル対レコード番号テーブル6を生成しておく。 - 特許庁
A device information management table 22 holds a device name, a medium name and a user name.例文帳に追加
装置情報管理テーブル22は、装置名,媒体名,および使用者名を保持する。 - 特許庁
This action dynamically defines a new translation table whose resource name is name with the suffix Keymap (case is significant).例文帳に追加
このリソース名は name にサフィックス Keymap が付いたものである(大文字・小文字は区別される)。 - XFree86
Add the following mapping information (in bold) to Person.hbm.xml. /propertyset cascade="all-delete-orphan" inverse="true" lazy="true" name="trips" table="TRIP"key column="PERSONID"/one-to-many class="travel.Trip"//set/class/hibernate-mapping 例文帳に追加
次のマッピング情報 (ボールド部分) を Person.hbm.xml に追加します。 /propertyset cascade=all-delete-orphan inverse=true lazy=true name=trips table=TRIPkey column=PERSONID/one-to-many class=travel.Trip//set/class/hibernate-mapping - NetBeans
The name of the table where MAC address vendor information lives 例文帳に追加
MAC アドレスのベンダー情報を含むテーブルの名前 - PEAR
The second parameter (definition of changes) is an array with these keys: name: new name for the table. 例文帳に追加
二番目の引数 (変更内容の定義) は、これらのキーを持つ配列です。 name: テーブルの新しい名前。 - PEAR
A table entry name recording part 13 records the table item names in the order which have been extracted by the table item name extracting part 12.例文帳に追加
表項目名記録部13は表項目名抽出部12で抽出された表項目名を順番に記録する。 - 特許庁
A template file includes a table name, the number of columns, a KEY name, a processing section.例文帳に追加
テンプレートファイルにはテーブル名,カラム数,KEY名,処理区分が含まれる。 - 特許庁
This places a definition for name in makedepend's symbol table.例文帳に追加
このオプションを指定するとmakedependのシンボルテーブル内にnameに対する定義が作られる。 - XFree86
At this point you can change the table name or edit the table definition. 例文帳に追加
ここで表の名前を変更したり、表定義を編集したりできます。 - NetBeans
It takes three parameters: the table name, the constraint name and the definition array. 例文帳に追加
このメソッドのパラメータは、テーブル名と制約名、そして定義配列の三つです。 - PEAR
, where m is a module and nameaccesses a name defined in m's symbol table. 例文帳に追加
ここで m はモジュールで、name は m のシンボルテーブル上に定義された名前にアクセスします。 - Python
When the diagnostic name is not registered, the storage processing section 63 registers the diagnostic name by adding a new row in the diagnostic name table.例文帳に追加
診断名が登録されていない場合、診断名テーブルの行を新規追加して登録する。 - 特許庁
This table is used to control who can and cannot login based on user name, group name or host name.例文帳に追加
このテーブルはユーザ名やグループ名、ホスト名によって、ログインの可否ををコントロールするために使用されます。 - Gentoo Linux
A logical/physical correspondence table 3 registers the number of a physical table, with which a logical table specified by a key value and a logical table name is located, corresponding to these key value and logical table name.例文帳に追加
論理物理対応テーブル3には、キー値,論理テーブル名に対応付けて、そのキー値,論理テーブル名によって特定される論理テーブルが配置されている物理テーブルの番号が登録されている。 - 特許庁
You typically use the name property when you have a Radio Button component in a Table Component column. 例文帳に追加
通常、「name」プロパティーは、「表」コンポーネント列に「ラジオボタン」コンポーネントがある場合に使用します。 - NetBeans
The name argument is prefixed to the resourceName in the option table before storing a database entry.例文帳に追加
引き数 name は、データベースのエントリーの格納の前に、オプション表で resourceName の先頭に付けられる。 - XFree86
A DBTOOL program group 10 relates a table name and a field name inputted from an input screen to a real table name and a real field name of the database to be constructed and stores them in a database information management table.例文帳に追加
DBTOOLプログラム群10は、入力画面から入力されたテーブル名及びフィールド名を構築されるデータベースの実テーブル名及び実フィールド名と関連付けてデータベース情報管理テーブルに格納する。 - 特許庁
The optional $from parameter is a sequential array of table names.The $col parameter may either be a column name qualified by a table name, using the SQL syntax table.column, or a column name that is not qualified by a table name, if the identification of the column with a table is unambiguous. 例文帳に追加
オプションのパラメータ $fromは、テーブル名の配列です。 $col パラメータは、カラム名の前にテーブル名をつけてSQL で使用する table.column 形式とすることもできますし、もしカラム名が曖昧さなしに解決できるのであればテーブル名をつけなくてもかまいません。 - PEAR
A facility name data table which includes "split unit", "facility name" and "reading" which stores reading of the facility name is stored in a facility name DB 27.例文帳に追加
「分割単位」と、施設名の読みを記憶する「読み」と、「施設名」とから構成された施設名データテーブルを施設名DB27に格納している。 - 特許庁
This table will contain thedeveloper's name, email and job. 例文帳に追加
このテーブルには開発者(developer)の名前、メールアドレス、仕事を格納します。 - Gentoo Linux
Without any argument, it returns the table name that the object deals with. 例文帳に追加
引数なしの場合、オブジェクトが扱うテーブル名を返します。 - PEAR
The name None restores the original translation table.例文帳に追加
None という名前を指定すると、元のトランスレーションテーブルが復元される。 - XFree86
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| 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. |
| © 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/ ). |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
