[Groonga-commit] droonga/droonga.org at 0ec7699 [gh-pages] Add description for column_create command

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Nov 12 19:33:47 JST 2013


YUKI Hiroshi	2013-11-12 19:33:47 +0900 (Tue, 12 Nov 2013)

  New Revision: 0ec76995b18f3f5a81489d7e992022877afa9335
  https://github.com/droonga/droonga.org/commit/0ec76995b18f3f5a81489d7e992022877afa9335

  Message:
    Add description for column_create command

  Modified files:
    ja/reference/commands/column_create/index.md

  Modified: ja/reference/commands/column_create/index.md (+18 -3)
===================================================================
--- ja/reference/commands/column_create/index.md    2013-11-12 19:29:44 +0900 (5db38bd)
+++ ja/reference/commands/column_create/index.md    2013-11-12 19:33:47 +0900 (96b329d)
@@ -8,16 +8,31 @@ layout: default
 
 ## 概要
 
+column_create は、テーブルにカラムを作成します。
 
-## 構文
-
+このコマンドは[Groonga の `column_create` コマンド](http://groonga.org/ja/docs/reference/commands/column_create.html)と互換性があります。
 
-## 使い方
+## 構文
 
+    {
+      "table"  : "テーブル名",
+      "name"   : "カラム名",
+      "flags"  : "カラムの属性",
+      "type"   : "値の型",
+      "source" : "インデックス対象のカラム名"
+    }
 
 ## パラメータ
 
+`table`, `name` 以外のパラメータはすべて省略可能です。
+
+すべてのパラメータは[Groonga の `column_create` コマンドの引数](http://groonga.org/ja/docs/reference/commands/column_create.html#parameters)と共通です。詳細はGroongaのコマンドリファレンスを参照して下さい。
 
 ## レスポンス
 
+ * 型:真偽型
+ * 値:カラムの作成の成否を示す真偽値。
+
+ * `true`:カラムの作成に成功した。
+ * `false`:カラムの作成に失敗した。
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index