Package com.qfs.column
package com.qfs.column
-
InterfacesClassDescriptionIColumn<K>A column is a
writable arrayof elements that all have the same type.A columnar table where each column is identified by a distinct name.AnIColumnspecialized for storingintvalues.A column which containsIChunkCompositeinstead of simpleIChunk.A cursor on anICompositeColumnused to read and write rows.A composite of several readable columns.Internal interface used byIChunkComposite.moveCursor(IInternalCompositeColumnCursor, int).A table with a columnar layout, that exposes its columns as arrays.