Class | Description |
---|---|
JotyCursor |
The class is a derivation of
BasicJotyCursor that implements the android.database.Cursor interface
to fully integrate with Android os and to support, indeed, the interaction with JotyResourceCursorAdapter . |
JotyCursorWrapper |
Makes expectations of Android about "_id" translated in the actual name of fisical database id field
used.
|
JotyDB |
Similar to
org.joty.workstation.data.JotyDB , it is a subset of that class that is customized
for facing with the Android technology and for this purpose it adopts a ResponseHandlersManager in all its derived methods. |
WResultSet |
This implementation of
WrappedResultSet is dedicated to exclusively exchange data with
the web client of Joty 2.0 Mobile. |