Package | Description |
---|---|
net.quasardb.qdb.jni | |
net.quasardb.qdb.ts |
Modifier and Type | Method and Description |
---|---|
static WritableRow |
qdb.ts_table_next_row(long handle,
long localTable,
Column[] columns) |
Modifier and Type | Method and Description |
---|---|
WritableRow |
Reader.next()
Modifies internal state to move forward to the next row.
|
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<WritableRow> |
Reader.stream()
Provides stream-based access.
|
Modifier and Type | Method and Description |
---|---|
void |
Writer.append(Integer offset,
WritableRow row)
Append a new row to the local table cache.
|
void |
Writer.append(String tableName,
WritableRow row)
Append a new row to the local table cache.
|
void |
Writer.append(WritableRow row)
Append a new row to the local table cache.
|
Copyright © 2021. All rights reserved.