Class: Groonga::TableCursor
- Inherits:
-
Object
- Object
- Groonga::TableCursor
- Defined in:
- ext/groonga/rb-grn-table-cursor.c
Overview
テーブルに登録されているレコードを順番に取り出すための オブジェクト。 Groonga::Table#open_cursor で生成できる。
Direct Known Subclasses
ArrayCursor, DoubleArrayTrieCursor, HashCursor, PatriciaTrieCursor
Defined Under Namespace
Modules: KeySupport