Uses of Class
net.quasardb.qdb.ts.WritableRow
Packages that use WritableRow
-
Uses of WritableRow in net.quasardb.qdb.jni
Methods in net.quasardb.qdb.jni that return WritableRowModifier and TypeMethodDescriptionstatic WritableRow
qdb.ts_table_next_row
(long handle, long localTable, Column[] columns) -
Uses of WritableRow in net.quasardb.qdb.ts
Methods in net.quasardb.qdb.ts that return WritableRowModifier and TypeMethodDescriptionReader.next()
Modifies internal state to move forward to the next row.Methods in net.quasardb.qdb.ts that return types with arguments of type WritableRowMethods in net.quasardb.qdb.ts with parameters of type WritableRowModifier and TypeMethodDescriptionvoid
Writer.append
(Table table, WritableRow row) Append a new row to the local table cache.Constructors in net.quasardb.qdb.ts with parameters of type WritableRowModifierConstructorDescriptionWritableRow
(WritableRow row) Creates a new WritableRow out of an existing row, that is, copies the underlying representation.