The table_list
command reports the list of all existing tables in the dataset.
This is compatible to the table_list
command of the Groonga.
(ドキュメントルート)/d/table_list
GET
対応していません。
type
table_list
body
null
または空のハッシュ。type
table_list.result
This returns an array including list of tables as the response’s body
.
[
[
<Groonga's status code>,
<Start time>,
<Elapsed time>
],
<List of tables>
]
The structure of the returned array is compatible to the returned value of the Groonga’s table_list
command. See the linked document for more details.
このコマンドはレスポンスの statusCode
として常に 200
を返します。これは、Groonga互換コマンドのエラー情報はGroongaのそれと同じ形で処理される必要があるためです。
レスポンスの body
の詳細:
0
(Droonga::GroongaHandler::Status::SUCCESS
) : 正常に処理された。.-22
(Droonga::GroongaHandler::Status::INVALID_ARGUMENT
) : 引数が不正である。