Masafumi Yokoyama
null+****@clear*****
Thu May 14 01:33:01 JST 2015
Masafumi Yokoyama 2015-05-14 01:33:01 +0900 (Thu, 14 May 2015) New Revision: 8cc2eb1d89e1a75a515c23f3ce40bb8863c87991 https://github.com/groonga/groonga/commit/8cc2eb1d89e1a75a515c23f3ce40bb8863c87991 Message: doc source: use English Modified files: doc/source/reference/types.rst Modified: doc/source/reference/types.rst (+11 -11) =================================================================== --- doc/source/reference/types.rst 2015-05-13 13:48:10 +0900 (a91c2d6) +++ doc/source/reference/types.rst 2015-05-14 01:33:01 +0900 (a061084) @@ -2,26 +2,26 @@ .. highlightlang:: none -データ型 -======== +Data types +========== -名前 +Name ---- -Groonga データ型 +Groonga data types -説明 ----- +Description +----------- -Groonga は、格納するデータの型を区別します。 +Groonga identifies data types to store. -Groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。 +A primary key of table and column value belong to some kind of data types in Groonga database. And normaly, column values become in common with all records in one table. -主キーの型とカラムの型には、Groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。 +A primary key type and column type can be specified Groonga defined types, user defined types or user defined table. -主キーの型に他のテーブルを指定する場合は、そのテーブルは、主キーの型となるテーブルのサブセットとなります。 +If you specify other table to primary key type, this table becomes subset of the table of primary key type. -カラムの型に他のテーブルを指定する場合は、そのカラムは、カラムの型となるテーブルの参照キーとなります。 +If you specify other table to column type, this column becomes reference key of the table of column type. 組込型 ------ -------------- next part -------------- HTML����������������������������...Download