Sha256: 379b393b6c3106478aedc86f793408ec521603aba7a4a6244fb1255721d7c560

Contents?: true

Size: 985 Bytes

Versions: 30

Compression:

Stored size: 985 Bytes

Contents

.. -*- rst -*-

.. highlightlang:: none

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

名前
----

table_remove - テーブルの削除

書式
----
::

 table_remove table

説明
----

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

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

引数
----

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

返値
----

json形式
^^^^^^^^

::

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

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

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

例
--
::

 column_remove Entry body

 [true]

Version data entries

30 entries across 10 versions & 1 rubygems

Version Path
rroonga-2.0.4-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-2.0.4-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-2.0.4-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-2.0.3-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-2.0.3-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-2.0.3-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/commands/table_remove.txt
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt