Skip to content

Commit 2ccb037

Browse files
committed
add the information for C Client
1 parent 083607a commit 2ccb037

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/GridDB-4.3-CE-RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ When we use Java Client, we can set and get the list of column names (or column
9595

9696
Please refer to (3) in [CreateIndex.java](https://github.com/griddb/griddb_nosql/blob/master/sample/guide/ja/CreateIndex.java).
9797

98+
And when we use C Client, please refer to compositeInfo in [CreateIndex.c](https://github.com/griddb/c_client/blob/master/sample/guide/ja/CreateIndex.c).
99+
98100
### 5. Composite RowKey
99101

100102
Rowkey can be set to multiple consecutive columns from the first column for Collection container.
@@ -107,6 +109,8 @@ Ex.)
107109

108110
Please refer to buildContainerInfo() in [CompositeKeyMultiGet.java](https://github.com/griddb/griddb_nosql/blob/master/sample/guide/ja/CompositeKeyMultiGet.java).
109111

112+
And when we use C Client, please refer to rowKeyColumnList in [CompositeKeyMultiGet.c](https://github.com/griddb/c_client/blob/master/sample/guide/ja/CompositeKeyMultiGet.c).
113+
110114
### 6. TimeZone
111115

112116
TimeZone's timestamp expression can now be specified with "+hh:mm" or "-hh:mm" format.

docs/GridDB-4.3-CE-RELEASE_NOTES_ja.md

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Javaクライアントを使う場合、IndexInfoクラスの以下のメソッ
9494

9595
サンプルプログラム[CreateIndex.java](https://github.com/griddb/griddb_nosql/blob/master/sample/guide/ja/CreateIndex.java)の(3)をご参照ください。
9696

97+
なお、Cクライアントを使う場合は、サンプルプログラム[CreateIndex.c](https://github.com/griddb/c_client/blob/master/sample/guide/ja/CreateIndex.c)のcompositeInfo部分をご参照ください。
98+
9799
### 5. 複合ロウキー
98100

99101
コンテナタイプがコレクションの場合、ROWKEY(PRIMARY KEY)は先頭カラムより連続した複数のカラムに設定できます。ロウキーを複数のカラムに設定した場合は、複合ロウキーと呼びます。
@@ -106,6 +108,8 @@ Javaクライアントを使う場合、ContainerInfoクラスの以下のメソ
106108

107109
サンプルプログラム[CompositeKeyMultiGet.java](https://github.com/griddb/griddb_nosql/blob/master/sample/guide/ja/CompositeKeyMultiGet.java)のbuildContainerInfo()部分をご参照ください。
108110

111+
なお、Cクライアントを使う場合は、サンプルプログラム[CompositeKeyMultiGet.c](https://github.com/griddb/c_client/blob/master/sample/guide/ja/CompositeKeyMultiGet.c)のrowKeyColumnList部分をご参照ください。
112+
109113
### 6. タイムゾーン指定
110114

111115
時刻文字列に「±hh:mm」形式でタイムゾーンを指定できます。

0 commit comments

Comments
 (0)