Navigation Menu

Skip to content

Commit

Permalink
update reference document.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Oct 18, 2010
1 parent 82cafd3 commit 6c1688d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/ja/source/reference.rst
Expand Up @@ -3,7 +3,7 @@
リファレンス
===============================

現在利用可能なSQL文
利用可能なSQLコマンドの一覧
----------------------------

groongaストレージエンジンのソースコードの以下のディレクトリにSQL実行サンプルファイルがたくさんあります。 ::
Expand All @@ -12,7 +12,11 @@ groongaストレージエンジンのソースコードの以下のディレク

ファイル一覧 ::

btree.test delete.test drop_table.test hash.test select_all.test show_create_table.test update.test
create_table.test drop_database.test fulltext.test insert.test select_pkey.test show_table_status.test
binlog.test create_table.test drop_table.test information_schema.test select_pkey.test show_table_status.test
btree.test delete.test fulltext.test insert.test select_secondary_key.test update.test
count_performance.test drop_database.test hash.test select_all.test show_create_table.test

ここに記述されているSQL文が現在利用可能なSQL文となります。

※逆に言うとここに記述されていないSQL文の動作はサポートしておりません。

0 comments on commit 6c1688d

Please sign in to comment.