schematic
schematic copied to clipboard
Introduce some type safety when getting values from a Cursor
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).