schematic icon indicating copy to clipboard operation
schematic copied to clipboard

Introduce some type safety when getting values from a Cursor

Open SimonVT opened this issue 11 years ago • 0 comments

Some Table#getColumn type thing. Only problem is, what would @DataType(INTEGER) return? It can be a long, or an integer. Could solve this by introducing a LONG data type (that's just an INTEGER behind the scenes or something).

SimonVT avatar Sep 30 '14 17:09 SimonVT