DATETIME corresponding type in Android?
So Android SDK can map DATETIME to Java Date without problems, right?
What about relation one to many? It’ll be a list?
Android SDK maps DATETIME columns to java.util.Date and one-to-many relations to java.util.List.
You can also download code for your classes in the Code Generation tab.