Sha256: 0e882390347d0e5fe8af397338a12e0d08811dcf19e83c5c84d521e250819b69

Contents?: true

Size: 969 Bytes

Versions: 2

Compression:

Stored size: 969 Bytes

Contents

.. 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

2 entries across 1 versions & 1 rubygems

Version Path
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/doc/ja/source/commands/table_remove.txt
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/doc/ja/html/_sources/commands/table_remove.txt