What are the various column types you can have in StorIO?

277 Views Asked by At

I know for sure that String & Long is ok because they are part of the sample app. What else?

1

There are 1 best solutions below

1
On BEST ANSWER

Our Annotation Processor will fail the compilation if your field type is not supported, so you can try to annotate any field and compile the project without worries about app crash at the runtime.

I've created an issue Add info about supported field types (Annotation Processor) and I'll add this info to the readme asap!

UPD:

Here is a class with all types of fields supported by StorIO SQLite Annotation Processor AllSupportedTypes.java