Sha256: 179c48b9006bcbd81ccc765a3764130a3d172079ce577c1ada9c8deedbafc829

Contents?: true

Size: 977 Bytes

Versions: 17

Compression:

Stored size: 977 Bytes

Contents

.. -*- rst -*-

.. highlightlang:: none

table_remove
============

名前
----

table_remove - テーブルの削除

書式
----
::

 table_remove name

説明
----

groonga組込コマンドの一つであるtable_removeについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。

table_removeはテーブルと定義されているカラムを削除します。カラムに付随するインデックスも再帰的に削除されます。

引数
----

``name``
  削除対象のカラムが定義されているテーブルの名前を指定します。

返値
----

json形式
^^^^^^^^

::

 [成功かどうかのフラグ]

 ``成功かどうかのフラグ``

   エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。

例
--
::

 table_remove Entry

 [true]

Version data entries

17 entries across 6 versions & 1 rubygems

Version Path
rroonga-2.1.3-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.3-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt