CellsAndData · gerritjvv/SimpleSQL Wiki · GitHub
Skip to content
gerritjvv edited this page Jan 2, 2012 · 1 revision

Cells and Data

Overview

Each column in each row is treated as a Cell. Cells allow for different representation and storage of the data without having to change the core logic.

All Cell's inherit the Counter interface. Counters can be incremented, to decrement add a negative value.

Implementations

Standard Java Type Cells are provided:

  1. DoubleCell
  2. IntCell
  3. LongCell
  4. StringCell

Clone this wiki locally